[richfaces-issues] [JBoss JIRA] Work started: (RF-4479) rich:comboBox tabbing issue

Vladimir Molotkov (JIRA) jira-events at lists.jboss.org
Thu Dec 18 12:33:54 EST 2008


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

Work on RF-4479 started by Vladimir Molotkov.

> rich:comboBox tabbing issue
> ---------------------------
>
>                 Key: RF-4479
>                 URL: https://jira.jboss.org/jira/browse/RF-4479
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.2.2
>         Environment: IE 6, and FireFox 2.x, and FireFox 3.x
>            Reporter: Tim Evers
>            Assignee: Vladimir Molotkov
>             Fix For: 3.3.0
>
>   Original Estimate: 5 hours
>  Remaining Estimate: 5 hours
>
> When tabbing out of a rich:comboBox it takes 3 presses of the tab button before I get to the next input field on my page.
> This behaviour can also be seen on the richfaces demo page.
> http://livedemo.exadel.com/richfaces-demo/richfaces/comboBox.jsf?c=comboBox&tab=usage
> The code I was using was this:
> <h:panelGrid border='0' columns="2" cellspacing="2" cellpadding="0">
>                 <h:column>
>                    <s:label for="richAccountType" value="Account type:*"></s:label>
>                 </h:column>
>                 <rich:comboBox
>                     id="richAccountType"
>                     defaultLabel="Please Select..."
>                     suggestionValues="#{AccountDetailsDataBean.accountTypes}"
>                     value="#{AccountMaintenanceController.currentAccount.type}"
>                     directInputSuggestions="true">
>                 </rich:comboBox>
>             </h:panelGrid>
>             <gekko:selectBooleanCheckbox
>                 id="residentialOption"
>                 value="#{AccountMaintenanceController.currentAccount.residential}"
>                 label="Residential"
>                 readonly="#{TenureKeyController.viewMode}" />
> So, on entry to the comboBox I would have to press the tab key 3 times before I ended up on my selectBooleanCheckbox.
> Is there some way we can be given control of this? Or fix it so that tab will go to the next component on the form?

-- 
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

        



More information about the richfaces-issues mailing list