Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IE8
-
Assignee Priority:P1
-
Salesforce Case Reference:
Description
When hovering over the ace:pushButton, IE8 is reporting a layout issue and causing the browser to go into its Compatibility mode. In some cases this renders the components fine but in some cases a blank screen is shown. Testing with the EE 3.2.0 release does not cause this issue. I assume this is a regression caused by the move away from the YUI libraries.
-
Hide
- Case12459Example.war
- 3.50 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 0.3 kB
- WEB-INF/classes/.../example/TestBean.class 2 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/javax.faces-2.1.26.jar 2.53 MB
- WEB-INF/web.xml 3 kB
- index.xhtml 0.5 kB
- welcomeICEfaces.xhtml 2 kB
-
Hide
- Case12459Example.zip
- 20 kB
- Arran Mccullough
-
- Case12459Example/build.xml 3 kB
- Case12459Example/.../ant-deploy.xml 3 kB
- Case12459Example/.../build-impl.xml 77 kB
- Case12459Example/.../genfiles.properties 0.5 kB
- Case12459Example/.../private.properties 0.6 kB
- Case12459Example/.../project.properties 3 kB
- Case12459Example/nbproject/project.xml 0.9 kB
- Case12459Example/src/conf/MANIFEST.MF 0.0 kB
- Case12459Example/src/.../example/Item.java 0.1 kB
- Case12459Example/src/.../TestBean.java 1 kB
- Case12459Example/web/index.xhtml 0.5 kB
- Case12459Example/web/.../context.xml 0.1 kB
- Case12459Example/web/WEB-INF/web.xml 3 kB
- Case12459Example/.../welcomeICEfaces.xhtml 2 kB
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I made the fix for 3.3 mtce branch, but please see notes regarding this as ICEfaces 4 maybe requires a little different work regarding buttons (removing the yui-button styling for pushButton for example and just use ui-button and if we upgrade to latest jQuery-ui.css, then any further fix may be unnecessary.
Show
Judy Guglielmin
added a comment - I made the fix for 3.3 mtce branch, but please see notes regarding this as ICEfaces 4 maybe requires a little different work regarding buttons (removing the yui-button styling for pushButton for example and just use ui-button and if we upgrade to latest jQuery-ui.css, then any further fix may be unnecessary.
Assign to Art to complete this work for the icefaces4/trunk.
fix for ICE-9776 fixed this in ICEfaces-4 trunk (removing the yui classes and the outer span). Tested on IE8 and it no longer goes into compatability mode, so this Jira could be resolved for rev. 40098 on ICEfaces4 trunk for that Jira.
Show
Judy Guglielmin
added a comment - fix for ICE-9776 fixed this in ICEfaces-4 trunk (removing the yui classes and the outer span). Tested on IE8 and it no longer goes into compatability mode, so this Jira could be resolved for rev. 40098 on ICEfaces4 trunk for that Jira.
fix on ICE-9776 (removal of span with yui class), test shows this is resolved on ICEfaces4 trunk re 40098
Show
Judy Guglielmin
added a comment - fix on ICE-9776 (removal of span with yui class), test shows this is resolved on ICEfaces4 trunk re 40098
Attached test case that shows the issue. Note, the icefaces.jar, icefaces-compat.jar, and icefaces-ace.jar need to be added to the war.
To see the issue load welcomeICEfaces.jsf in an IE8 browser (not IE9/10 in compat mode) and hover over the push buttons.