[
https://issues.jboss.org/browse/RF-10980?page=com.atlassian.jira.plugin.s...
]
Dmitry Volkov commented on RF-10980:
------------------------------------
Hi Pavol,
sorry, I forgot to mention that popup panel must be modal. I have reproduced this bug with
this example:
{code:xml}
<h:inputText tabindex="1"/>
<h:inputSecret tabindex="2"/>
<rich:popupPanel id="popup" modal="true" show="true">
<h:inputText tabindex="3"/>
<h:inputSecret tabindex="4"/>
<h:inputText tabindex="5"/>
<h:inputSecret tabindex="6"/>
</rich:popupPanel>
{code}
If you set focus on the first input in popup panel and push the tab button, next input
will not be focused, but browser address bar.
This bug was reproduced in Firefox 3.6.17, IE 8.0.7600.16385.
I use MyFaces 2.0.4.
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