[richfaces-issues] [JBoss JIRA] (RF-12602) Tabindex not being restored after modal popupPanel.hide()

Tristan Dyer (JIRA) jira-events at lists.jboss.org
Thu Nov 15 07:19:21 EST 2012


    [ https://issues.jboss.org/browse/RF-12602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734509#comment-12734509 ] 

Tristan Dyer commented on RF-12602:
-----------------------------------

Is there any way the initial function (processTabindexes)that removes tab indices can be modified to use the same criteria as the function that restores them? 

ie Since we won't be changing the restore functionality to restore the tabindex, can we not remove the tab index, the field is disabled so it can't receive focus anyway.
                
> Tabindex not being restored after modal popupPanel.hide()
> ---------------------------------------------------------
>
>                 Key: RF-12602
>                 URL: https://issues.jboss.org/browse/RF-12602
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: client-lib, component-input, component-panels-layout-themes
>    Affects Versions: 4.2.3.Final
>         Environment: IE8, IE9, Chrome.
>            Reporter: Tristan Dyer
>
> The tabindex attribute is not correctly being restored to any element that is disabled when the .show() method is called.
> For various reasons we have fields that we enable and disable with javascript, not using the disabled field on h:inputText.
> If a field is disabled, and a modal popupPanel is shown, then the field is enabled, the field has been taken out of the tab order.
> This only affects disabled fields, and does not affect enabled fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list