Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2, 3.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 Trunk Revision# 29258
Browsers: IE7/8 (Works fine in IE9, Chrome, Firefox..)
-
Assignee Priority:P1
Description
To reproduce:
1. Build / deploy test app located here: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/panel
2. Load the app in IE7 or IE8 and navigate to 'Panel Ajax' test
3. Close the panel under the test titled: "close" Event Test
Notice the values don't get updated on the page.
1. Build / deploy test app located here: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/panel
2. Load the app in IE7 or IE8 and navigate to 'Panel Ajax' test
3. Close the panel under the test titled: "close" Event Test
Notice the values don't get updated on the page.
Activity
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29295 | Tue Jun 05 11:04:16 MDT 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/panel/panel.js
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 | P1 |
Ken Fyten
made changes -
Comment |
[ New regression failure is reported after this commit: Icefaces3.0 trunk revision# 29328 Server: tomcat6 Browser: FF3.6, IE8, GoogleChrome19 New failures: Firefox/Chrome: Panel - panelAjax - server internal error (see attached images). Reproducible using the showcase app, ace:panel demo, Listener example, Fails with Server Internal Error. Tomcat log indicates: Jun 6, 2012 2:57:30 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute WARNING: /resources/examples/ace/panel/panelListener.xhtml @44,94 listener="#{panelListener.toggle}": Method not found: org.icefaces.samples.showcase.example.ace.panel.PanelListener@2250ed02.toggle() javax.el.MethodNotFoundException: /resources/examples/ace/panel/panelListener.xhtml @44,94 listener="#{panelListener.toggle}": Method not found: org.icefaces.samples.showcase.example.ace.panel.PanelListener@2250ed02.toggle() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759) at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935) at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:279) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) Also failing: All Browsers: dialog - dialogAjax - server internal error (see attached images). ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix at revision 29295.