[
https://issues.jboss.org/browse/RF-10980?page=com.atlassian.jira.plugin.s...
]
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