Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0, 3.1
-
Component/s: Framework
-
Labels:None
-
Environment:HideIcefaces3 trunk revision# 37817/ 29970
Server: tomcat6
Browser: FF3.6/23, IE7 & GoogleChrome29
Regressions located here:
http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Nightly/ICE-6717
http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Nightly/ICE-6717fajaxShowIcefaces3 trunk revision# 37817/ 29970 Server: tomcat6 Browser: FF3.6/23, IE7 & GoogleChrome29 Regressions located here: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Nightly/ICE-6717 http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Nightly/ICE-6717fajax
-
Assignee Priority:P2
Description
Regressions ICE-6717 and ICE-6717fajax fail if using Myfaces JSF:
ICE-6717fajax (all browsers) - fails manually: clicking on "Toggle Test 3" commandLink (fajax disable=true execute=@all render=@all) fails to increase counter.
ICE-6717 (all browsers) - fails manually: clicking on "Toggle Test 3" commandButton (fajax disable=true execute=@all render=@all) fails to update the input value rendered on page to "new".
There were no successful tests found in the past since the Myfaces Regressions tests have been run.
Last available Myfaces results are with trunk rev# 29970, when both tests failed in the same manner as they fail now.
There were no successful tests found in the past since the Myfaces Regressions tests have been run.
Last available Myfaces results are with trunk rev# 29970, when both tests failed in the same manner as they fail now.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.4 [ 10770 ] |
Summary | Regression - <f:ajax disabled="true"> does not work correctly with MyFaces JSF | Regression - <f:ajax disabled="true"/> does not work correctly with MyFaces JSF |
Assignee | Mircea Toma [ mircea.toma ] | |
Security | Private [ 10001 ] | |
Assignee Priority | P2 [ 10011 ] |
Summary | Regression - <f:ajax disabled="true"/> does not work correctly with MyFaces JSF | <f:ajax disabled="true"/> does not work correctly with MyFaces JSF |
Component/s | Framework [ 10013 ] | |
Component/s | ICE-Components [ 10012 ] |
Affects Version/s | 3.0 [ 10241 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38056 | Tue Sep 17 09:37:56 MDT 2013 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Use PreRenderComponentEvent instead PostAddToViewEvent for the AJaxDisabledList system listener to make sure the marker component added by the listener is added during each JSF cycle. It seems that Myfaces adds the component once and then it reuses it during subsequent JSF cycles.