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

Eugenia Sergueeva edited comment on RF-10980 at 10/26/11 11:16 AM:
-------------------------------------------------------------------

Hi! I also faced the problem with tabindex being set to "-1" in the pop up 
panel. What I have also noticed is that the pop up in the richfaces showcase's 
page dataTableEdit-sample.xhtml is actually a well working one(<rich:popupPanel 
id="editPane".../>). After some investigation a came up to the following- if I 
remove the <a4j:status onstart="#{rich:component('statPane')}.show()" 
onstop="#{rich:component('statPane')}.hide()" /> line and the corresponding pop 
up panel <rich:popupPanel id="statPane" ... /> from the page, the editPane pop 
up stops responding to the tab key (the tabindex is set to "-1"). 

So adding the same a4j:status to any page with a pop up solves the tab 
traversing issue...

Reproduced in richfaces demo, versions 4.0.1-SNAPSHOT, 4.1.0-SNAPSHOT  
I think this might be connected with this bug.
                
      was (Author: jeniajeni):
    Hi! I also faced the problem with tabindex being set to -1 in the pop up 
panel. What I have also noticed is that the pop up in the richfaces showcase's 
page dataTableEdit-sample.xhtml is actually a well working one(<rich:popupPanel 
id="editPane".../>). After some investigation a came up to the following- if I 
remove the <a4j:status onstart="#{rich:component('statPane')}.show()" 
onstop="#{rich:component('statPane')}.hide()" /> line and the corresponding pop 
up panel <rich:popupPanel id="statPane" ... /> from the page, the editPane pop 
up stops responding to the tab key (the tabindex is set to -1). 

So adding the same a4j:status to any page with a pop up solves the tab 
traversing issue...

Reproduced in richfaces demo, versions 4.0.1-SNAPSHOT, 4.1.0-SNAPSHOT  
I think this might be connected with this bug.
                  
> 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: accessibility, component-input, 
> 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: Jay Balunas
>              Labels: ci_issue, popupPanel, tabindex
>             Fix For: 4.Future
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to