Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA, 3.1.0.BETA2
-
Fix Version/s: 3.1, EE-3.0.0.GA_P01
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.1.0 BETA2 062812, IE9 Compat Mode, IE8 Compat Mode, IE7 Standards
-
Assignee Priority:P3
Description
When clicking on a menuItem in IE and the browser is scrolled down, it will reset/move the browser scroll to the top of the page.
This only occurs when running IE with the IE7 Standards mode. It also only occurs when the ace:ajax render attribute is set to @all or @form. If set to @this or a specific component this does not occur. This also only seems to affect the menuBar/menuItem components. Using the same code for the ace:pushButton does not cause the issue.
Other observations:
- When running in IE9 Compat/IE7 Standars, the following warning is displayed in the console: SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
- If a full refresh is done after the page is loaded this issue is no longer seen.
This only occurs when running IE with the IE7 Standards mode. It also only occurs when the ace:ajax render attribute is set to @all or @form. If set to @this or a specific component this does not occur. This also only seems to affect the menuBar/menuItem components. Using the same code for the ace:pushButton does not cause the issue.
Other observations:
- When running in IE9 Compat/IE7 Standars, the following warning is displayed in the console: SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
- If a full refresh is done after the page is loaded this issue is no longer seen.
Attached test case that shows the issue.
Steps: