Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: ACE-Components, Framework
-
Labels:None
-
Environment:ICEfaces-EE-3.3.0.GA_P01-Williams-tableConfigEnh-Build-02102014
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
With the recent W*****s patched builds they are seeing a "Stop running this script?" message in IE8. This is reproducible with a provided POC war file in IE8.
Steps to reproduce:
- Load Screen 1 in the first tab.
- Click the Retrieve button, table loads without any issue.
- Click the Retrieve button again, the message is shown.
**EDIT**
The performance issues can also be seen when setting DEFAULT_LIST_SIZE to 200 in DataTableData.java in the showcase and loading the ace:dataTable > Scrolling demo and selecting the last row, which takes a while to be selected.
Steps to reproduce:
- Load Screen 1 in the first tab.
- Click the Retrieve button, table loads without any issue.
- Click the Retrieve button again, the message is shown.
**EDIT**
The performance issues can also be seen when setting DEFAULT_LIST_SIZE to 200 in DataTableData.java in the showcase and loading the ace:dataTable > Scrolling demo and selecting the last row, which takes a while to be selected.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
War file has been uploaded to the iceads1\Users\arran\ICE-9841
Show
Arran Mccullough
added a comment - War file has been uploaded to the iceads1\Users\arran\ ICE-9841
Backported fix to 3.3 EE branch at revision 40412.
Reverting to jQuery 1.7 in the 3.3 EE branch was desirable and feasible, since it improves dramatically performance on IE8 browsers, without affecting the performance of other browsers. Moreover, QA reports that the failures seen after reverting to jQuery 1.7 in the customer branch, were fixed by simply updating the selenium scripts. So, no new real bugs were introduced by this change.