Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.GA, EE-3.3.0.GA_P04
-
Fix Version/s: 4.2.BETA, 4.2, EE-3.3.0.GA_P05
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13844 - https://icesoft.my.salesforce.com/5007000001dL8Fw
Description
-
Hide
- Case13844Example.war
- 9.87 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../Page1Controller.class 1.0 kB
- WEB-INF/lib/icefaces-ee-ace.jar 6.15 MB
- WEB-INF/lib/icefaces-ee-ext.jar 51 kB
- WEB-INF/lib/icefaces-ee.jar 690 kB
- WEB-INF/lib/javax.faces-2.2.13.jar 2.99 MB
- WEB-INF/web.xml 2 kB
- index.xhtml 0.5 kB
- welcomeICEfaces.xhtml 0.9 kB
-
Hide
- Case13844Example.zip
- 20 kB
- Arran Mccullough
-
- Case13844Example/build.xml 3 kB
- Case13844Example/.../ant-deploy.xml 2 kB
- Case13844Example/.../build-impl.xml 80 kB
- Case13844Example/.../genfiles.properties 0.5 kB
- Case13844Example/.../private.properties 0.6 kB
- Case13844Example/nbproject/.../private.xml 0.6 kB
- Case13844Example/.../project.properties 4 kB
- Case13844Example/nbproject/project.xml 0.9 kB
- Case13844Example/src/conf/MANIFEST.MF 0.0 kB
- Case13844Example/.../Page1Controller.java 0.4 kB
- Case13844Example/web/index.xhtml 0.5 kB
- Case13844Example/web/.../context.xml 0.1 kB
- Case13844Example/web/WEB-INF/web.xml 2 kB
- Case13844Example/.../welcomeICEfaces.xhtml 0.9 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
rev 49116. Modified renderer code so that a change of title creates a hashcode to ensure Dom update. Also wrapped update script in onReady function to ensure no timing problems in invoking the js.
Tested with ICEfaces 4 trunk r49116, Tomcat 7/8.
When loading any page with an accordion, or when expanding panes the following console error is seen (all browsers):
TypeError: ice.ace.jq(...).ready(...) is not a function
http://localhost:8080/accordion/accordionOnly.jsf
Line 14
This can be seen in the showcase demo as well as the QA accordion test apps. Not an issue with ee-3.3.0 maintenance branch.
This was not an issue with the previous ICEfaces 4 continuous build #2054
rev 49117. Note that this is resolved only for IF 4 trunk. Once verified by QA will reopen and backport to IF 3.3 mtce branch.
Verified original issue and js console error resolved ICEfaces 4 trunk r49117 using attached test case as well as testing accordion on showcase and QA test accordion test suit.
Tomcat 8, IE 11, FF 43, Chrome 52.
re open for fix to 3.3.0 maintenance branch
IF 3 mtce branch rev 49118
reopened for jenkins compile error
rev 49119 for older java version check of String
Verified ICEfaces ee-3.3.0 maintenance branch r49120 using attached test case as well as testing accordion on showcase and QA test accordion test suit.
Tomcat 8, IE edge, 11, 10, 9, 8, FF 43, Chrome 52.
Attached test case and screen shot showing the lost style.
Steps: