[richfaces-issues] [JBoss JIRA] Commented: (RF-10980) Impossible to set tabindex of input inside rich:popupPanel

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Tue May 31 15:18:01 EDT 2011


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

Pavol Pitonak commented on RF-10980:
------------------------------------

Hi Dmitry,

I cannot reproduce the bug with sample similar to the one below. It works in Chrome 11, Firefox 3.6 and IE9. Could you please let me know what implementation of JSF and which versions of browsers are you using?

{code:xml}
<h:inputText tabindex="1"/>
<h:inputSecret tabindex="2"/>
<rich:popupPanel ...>
    <h:inputText tabindex="3"/>
    <h:inputSecret tabindex="4"/>
    <h:inputText tabindex="5"/>
    <h:inputSecret tabindex="6"/>
</rich:popupPanel>
{code}

> Impossible to set tabindex of input inside rich:popupPanel
> ----------------------------------------------------------
>
>                 Key: RF-10980
>                 URL: https://issues.jboss.org/browse/RF-10980
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.Final
>         Environment: Windows 7, WebSphere AS 8b2, in both browsers IE and FF. 
>            Reporter: Dmitry Volkov
>            Assignee: Pavol Pitonak
>              Labels: popupPanel, tabindex
>
> Tabindex attribute of any element inside rich:popupPanel forced to -1, therefore those elements can not be selected with keyboard. 

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