Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Internet Explorer 6/7/8
Description
A view contains
- a lot of DOM elements in the browser and
- an ice:panelPoup should be rendered with autoCentre="true".
This leads to a very bad client performance in all currently available releases of Internet Explorer. The problem seem to be various calls to a JS method getDimensions() which is quite expensive in IE.
- a lot of DOM elements in the browser and
- an ice:panelPoup should be rendered with autoCentre="true".
This leads to a very bad client performance in all currently available releases of Internet Explorer. The problem seem to be various calls to a JS method getDimensions() which is quite expensive in IE.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
There are two (expensive) method calls to getDimension(): the first in the hightlighted line, the second 6 lines below.