[JBoss JIRA] Created: (RF-10872) rich:poppupPanel it is not rendered whole and not rendered on the current user focus
by Juraj Huska (JIRA)
rich:poppupPanel it is not rendered whole and not rendered on the current user focus
------------------------------------------------------------------------------------
Key: RF-10872
URL: https://issues.jboss.org/browse/RF-10872
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
demo sample - editable data table
container - Jboss AS 6.0.0.Final
mobile device - iPhone 4 - OS version iOS 4.2.1 - browser Safari
Reporter: Juraj Huska
In demo for editable data table, when clicking on edit, the poppup panel is rendered in the left corner, not in the place where the current user focus is, and also it is not rendered whole, there is missing a bottom part of the poppup panel.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (RF-10889) rich:select highlighting of options does not work
by Juraj Huska (JIRA)
rich:select highlighting of options does not work
-------------------------------------------------
Key: RF-10889
URL: https://issues.jboss.org/browse/RF-10889
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo-application - richfaces-showcase-4.0.0.Final-jee6.war
container - JBoss AS 6.0.0.Final
mobile devices -
iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
There is no highlighting when I touch the option.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (RF-10879) rich:inputSlider it is not possible to slide the slider
by Juraj Huska (JIRA)
rich:inputSlider it is not possible to slide the slider
-------------------------------------------------------
Key: RF-10879
URL: https://issues.jboss.org/browse/RF-10879
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
There is no option to slide the slider, the only way to move that slider is to click on particular place to move it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (RF-11434) datascroller broken in 4.1.0.M1
by Brendan Healey (JIRA)
datascroller broken in 4.1.0.M1
-------------------------------
Key: RF-11434
URL: https://issues.jboss.org/browse/RF-11434
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.Milestone1
Environment: Mojarra 2.1.3
Reporter: Brendan Healey
I have an extendedDataTable with a datascroller. The first page of results
displays correctly, but on pressing the control for page 2 (or any other)
nothing happens. Using a4j:log I see that the ajax response to the post
request contains a java.lang.NullPointerException.
On reverting to 4.0.0.Final it works successfully. The problem also affects
a rich:dataTable. I've not been able to locate the M2 release in the Maven
repo to test it.
The extendedDataTable value attribute value is a straightforward List<Event>
where Event is a standard pojo. I was using ExtendedDataModel but removed
this code to eliminate this as a cause.
<h:form id="displayform" prependId="false">
<rich:panel>
<rich:tabPanel id="uppertabs" switchType="ajax"
itemChangeListener="#{manageEventsView.upperTabChange}">
<rich:tab id="list" title="#{msgs.listText}">
<ui:include src="manageEvents/list.xhtml"/>
</rich:tab>
...
manageEvents/list.xhtml
<a4j:log/>
<rich:extendedDataTable
id="eventlist"
rows="8"
value="#{manageEventsView.list}" var="var"
selection="#{manageEventsView.listSelectedRow}"
selectionMode="single"
style="display: block; white-space: nowrap">
<a4j:ajax render="eventlist lowertabs"
event="selectionchange"
listener="#{manageEventsView.listRowSelect}"/>
<rich:column style="text-align: center">
...
</rich:column>
</rich:extendedDataTable>
<rich:dataScroller for="eventlist"/>
Please let me know if I can provide any further information.
Regards,
Brendan.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months