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.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000MJB0O] |
Arran Mccullough
made changes -
Attachment | Case11418Example.war [ 14653 ] | |
Attachment | Case11418Example.zip [ 14654 ] |
Arran Mccullough
made changes -
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | yip.ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29813 | Wed Jul 04 17:00:40 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
|
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
yip.ng
made changes -
Attachment | screenshot-01.png [ 14666 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29849 | Fri Jul 06 16:11:48 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
|
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P1 | P3 |
Ken Fyten
made changes -
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] |
yip.ng
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows the issue.
Steps: