[JBoss JIRA] Created: (RF-4337) inplaceSelect in the modalPanel: dropdownList displays outside the modal panel in the FF3
by Tatyana Romanovich (JIRA)
inplaceSelect in the modalPanel: dropdownList displays outside the modal panel in the FF3
-----------------------------------------------------------------------------------------
Key: RF-4337
URL: https://jira.jboss.org/jira/browse/RF-4337
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.CR1
FF3
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Attachments: inplaceSelectinModalPanel.gif
1. Create any tested application with code:
<rich:modalPanel id="mp">
<f:facet name="header">
<h:outputText value="test" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="../../image/calendar/close.gif"
style="cursor:pointer"
onclick="Richfaces.hideModalPanel('mp')" />
</f:facet>
<rich:inplaceSelect value="#{name.last}"
defaultLabel="Click here to edit">
<f:selectItem itemValue="0" itemLabel="Option 1" />
......
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:inplaceSelect>
</rich:modalPanel>
2. Run application, open in the FF 3
3. Set cursor to the inplaceSelect component in the modal panel
4. Verify drop down list.
FAILURE: it displays outside the modal panel (see attached file)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-3841) rich:dataTable reRender doesn't work on dataScroller placed in header or footer
by Salvatore Insalaco (JIRA)
rich:dataTable reRender doesn't work on dataScroller placed in header or footer
-------------------------------------------------------------------------------
Key: RF-3841
URL: http://jira.jboss.com/jira/browse/RF-3841
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: JBoss 4.2.2
Richfaces 3.2.2-20080630.043556-25
Reporter: Salvatore Insalaco
If a rich:dataTable with filtering enabled has reRender set on a rich:dataScroller it works only if the dataScroller is outside the dataTable, otherwise the dataScroller is not updated when filter changes.
I.e. this works:
<rich:datascroller id="scroller" for="table"/>
<rich:dataTable id="table" value="#{personeSmall}" var="persona" rows="10" reRender="scroller">
...
</rich:dataTable>
This doesn't:
<rich:dataTable id="table" value="#{personeSmall}" var="persona" rows="10" reRender="scroller">
<f:facet name="header"><rich:datascroller id="scroller"/></f:facet>
...
</rich:dataTable>
--
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
17 years, 7 months
[JBoss JIRA] Created: (RF-4217) suggestionbox does not work
by BC Holmes (JIRA)
suggestionbox does not work
---------------------------
Key: RF-4217
URL: https://jira.jboss.org/jira/browse/RF-4217
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Operating System: Ubuntu 8.04
Java version 1.6
Application Server: Jetty 6.1.1 (running via Maven 2.0.8)
Faces implementation: MyFaces 1.2.0 with Facelets 1.1.11
Browser: Firefox 3.0 (also tried from an Internet Explorer 6 machine)
Reporter: BC Holmes
I've tried three scenarios:
1) I added a new page to an existing application (which uses the above software). The new page is the first page to use a suggestionbox. When I type characters in the input box, the suggestionbox does not appear, and no suggestions are proposed.
2) I've created a simple two-page application using the above environment. When I type characters in the input box, the suggestionbox does not appear, and no suggestions are proposed. (I've zipped this simple application up and will attach to this
3) I've put the sample/suggestionbox into the above environment (Minus facelets) and tried to get the suggestionbox to work. When I type characters in the input box, the suggestionbox does not appear, and no suggestions are proposed.
Based on my own investigations, it appears that:
a) the JavaScript is invoked, and an Ajax request is sent to the server, and the server receives the request
b) the backing bean (which is request-scope) does not get constructed
c) the view state appears to restore successfully and the suggestionbox component is referenced.
c) debugging some of the MyFaces code, it seems like the Invoke Application phase calls the broadcastEvents(FacesContext,PhaseId), but there are no events and so the backing bean's action method is not invoked.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months