[richfaces-issues] [JBoss JIRA] Resolved: (RF-4464) inputNumberSlider: component incorrect behavior inside rich:tabPanel during swith between tabs.

Jay Balunas (JIRA) jira-events at lists.jboss.org
Fri Dec 17 14:55:18 EST 2010


     [ https://issues.jboss.org/browse/RF-4464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Balunas resolved RF-4464.
-----------------------------

        Labels: QA retest  (was: )
    Resolution: Done


Possibly resolved with redesign in 4.0.  Please confirm.

> inputNumberSlider: component incorrect behavior inside rich:tabPanel during swith between tabs.
> -----------------------------------------------------------------------------------------------
>
>                 Key: RF-4464
>                 URL: https://issues.jboss.org/browse/RF-4464
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.0
>         Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.52(3.3.0)
>            Reporter: Mikhail Vitenkov
>            Assignee: Pavol Pitonak
>              Labels: QA, retest
>             Fix For: 4.0.0.Milestone5
>
>         Attachments: inputNumberSliderTabPanelBug.png
>
>
> #1. Add following code on the page(rich:tabPanel with two tabs, which contained inputNumberSlider component):
> <h:form>
>         <rich:tabPanel switchType="client">
>           <rich:tab label="First">
>             Here is tab #1
>             <rich:inputNumberSlider value="10" />
>           </rich:tab>
>           <rich:tab label="Second">
>             Here is tab #2
>             <rich:inputNumberSlider value="20" />
>           </rich:tab>
>         </rich:tabPanel>
>         <h:commandButton action="submit" value="Submit" />
>       </h:form> 
> #2. Navigate to the page.
> #3. Go to "Second" tab.
> #4. Set pointer to max(100) value.
> #5. Return to the "First" tab & click "Submit" button(see #1)
> #6. Navigate to "Second" tab again & verify position of slider's pointer.
> #8. Enter '80' in component's input & press 'Enter'.
> #9. Turn back to "First" tab & press "Submit".
> Actual behavior:
> #6: Pointer is at the right border of component's input. See attachment.
> #9: Pointer moves to left.
> Screenshot described #6 issue is attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list