[JBoss JIRA] Created: (RF-3803) inputNumberSlider component is displayed incorrectly in the IE 6.0
by Tatyana Romanovich (JIRA)
inputNumberSlider component is displayed incorrectly in the IE 6.0
------------------------------------------------------------------
Key: RF-3803
URL: http://jira.jboss.com/jira/browse/RF-3803
Project: RichFaces
Issue Type: Bug
Components: QA-environment
Affects Versions: 3.2.1
Environment: IE 6.0.29 (sp2)
Reporter: Tatyana Romanovich
Assigned To: Tsikhon Kuprevich
Attachments: numberSlider.png
EXECUTE: Create any jsf project
EXECUTE: put some inputNumberSlider components
EXECUTE: run application on the server
EXECUTE: open application in the IE 6.0 and verify inputNumberSlider controls on the page
RESULT: see attached screenshots
1. first and third controls have the same width on the page bat it's different in the code
2. current value runner is beyond the bounds of controls
--
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, 4 months
[JBoss JIRA] Created: (RF-3488) DataScrollerPhaseListener searches component tree when not using datascroller component
by Peter Brewer (JIRA)
DataScrollerPhaseListener searches component tree when not using datascroller component
---------------------------------------------------------------------------------------
Key: RF-3488
URL: http://jira.jboss.com/jira/browse/RF-3488
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RichFaces 3.2.0.SR1 + Seam 2.0.1.GA + JBoss AS 4.2.2.GA
Reporter: Peter Brewer
Priority: Minor
The org.richfaces.component.DataScrollerPhaseListener adds a phase listener that always searches through the component tree looking for a DataScroller component (to reset the pagination I think), evaluating the isRendered flag on each component.
I would suggest that, if possible, this should only occur when a DataScroller component is actually present on the page, avoiding the overhead of searching the entire component tree on each request. (Could the DataScroller component store its id in the view root attributes to switch the searching on/ off?)
Also, the evaluation of the rendered attribute by the phase listener ought to be documented to aid developers.
--
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, 4 months