[JBoss JIRA] Created: (RF-1544) FF status lines blinks after calling menu but firebug is empty
by Ilya Shaikovsky (JIRA)
FF status lines blinks after calling menu but firebug is empty
--------------------------------------------------------------
Key: RF-1544
URL: http://jira.jboss.com/jira/browse/RF-1544
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
<h:panelGrid columns="1" columnClasses="cent,cent,cent,cent" cellspacing="10px">
<h:outputText value="Perform right-click on the picture to call the menu" style="font-weight:bold"></h:outputText>
<h:panelGroup>
<h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" id="pic"/>
<rich:contextMenu event="oncontextmenu" attached="true">
<rich:menuItem value="Enlarge"></rich:menuItem>
<rich:menuItem value="Open in new window"></rich:menuItem>
<rich:menuGroup value="Save">
<rich:menuItem value="Download image"></rich:menuItem>
<rich:menuItem value="Copy to clipboard"></rich:menuItem>
<rich:menuItem value="Copy image adress"></rich:menuItem>
</rich:menuGroup>
</rich:contextMenu>
</h:panelGroup>
Every time I perform right click over the picture - both statuses (on the browser tab and inside status line) - blinks like request sent, and cursor changes to "busy" for a moment. But no requests in firebug. No icons defined in menu. So menu just created on client side with this effects.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month
[JBoss JIRA] Created: (RF-1481) listShuttle: http 500 error on submit in case if target list is initially empty
by Tsikhon Kuprevich (JIRA)
listShuttle: http 500 error on submit in case if target list is initially empty
-------------------------------------------------------------------------------
Key: RF-1481
URL: http://jira.jboss.com/jira/browse/RF-1481
Project: RichFaces
Issue Type: Bug
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Priority: Critical
Attachments: fixes.xhtml
1. Load the page.
=> Target list does not display any items since it is empty.
2. Move some element from source to target.
3. Click Submit.
=> HTTP 500 error:
javax.servlet.ServletException
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
root cause
java.lang.NullPointerException
org.richfaces.component.UIOrderingBaseComponent.createDataAdder(UIOrderingBaseComponent.java:727)
org.richfaces.component.UIListShuttle.validate(UIListShuttle.java:496)
org.richfaces.component.UIOrderingBaseComponent.executeValidate(UIOrderingBaseComponent.java:406)
org.richfaces.component.UIOrderingBaseComponent.processValidators(UIOrderingBaseComponent.java:445)
javax.faces.component.UIForm.processValidators(UIForm.java:229)
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1039)
javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:693)
org.ajax4jsf.component.AjaxViewRoot.access$201(AjaxViewRoot.java:57)
org.ajax4jsf.component.AjaxViewRoot$3.invokeRoot(AjaxViewRoot.java:319)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:56)
org.ajax4jsf.context.AjaxContextImpl.invokeOnRegionOrRoot(AjaxContextImpl.java:173)
org.ajax4jsf.component.AjaxViewRoot.processValidators(AjaxViewRoot.java:333)
com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:243)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:113)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month