[
https://jira.jboss.org/jira/browse/RF-3956?page=com.atlassian.jira.plugin...
]
Denis Morozov resolved RF-3956.
-------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Denis Morozov)
An actually bug not in absense of datascroller control on page. Due to you have
"auto" boundaryControls and stepControls in backing bean so when no any pages to
show for datascroller (for example in case of empty dataTable) then no datascroller
buttons should be showed. I.e. try use "show" value for boundaryControls and
stepControls and all will be ok.
The bug is that in case descibed above (i.e. empty dataTable with "auto"
datascroller buttons) bordered white point showed on place of datascroller controll but
should be no datascroller at all.
So, for now this artifact is fixed.
I.e. when empty dataTable with "auto" datascroller buttons properties - no data
scroller showed at all.
dataScroller: after filtering - dataScroller controls disappers.
Under jsp-myfaces only.
----------------------------------------------------------------------------------------
Key: RF-3956
URL:
https://jira.jboss.org/jira/browse/RF-3956
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: 3.2.2.BETA1, ie6, ie7, ff 3.0, safari 3.1, opera 9.5
Reporter: Mikhail Vitenkov
Assignee: Tsikhon Kuprevich
Fix For: 3.2.2
Attachments: dfsFilteringError.png
Step 1. Create dataScroller with filtering feature following way:
<rich:dataTable id="dataTableId"
value="#{dataScroller.dataTable}"...
<f:facet name="header">
<rich:datascroller...</rich:datascroller>
</f:facet>
...
<rich:column sortBy="#{dT.int0}" filterBy="#{dT.int0}"
filterEvent="onchange" selfSorted="#{dataScroller.selfSorted}">
<h:outputText value="#{dT.int0} " />
</rich:column>
</rich:dataTable>
Step 2. Make dataTable filtered & verify dataScroller controls presence.
Actual behavior:
DataScroller controls is absent. For more information see attached screenshot.
--
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