[richfaces-issues] [JBoss JIRA] (RF-10758) Input fields in popupPanel loose focus

Bernard Labno (JIRA) jira-events at lists.jboss.org
Fri May 18 09:26:18 EDT 2012


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

Bernard Labno edited comment on RF-10758 at 5/18/12 9:25 AM:
-------------------------------------------------------------

I'm working on very similar issue RF-10980 and it concerns the same line. I think it should be
if (root != this.cdiv[0]) 

instead of 
if (root != this.div.get(0))

On initial page rendering The "this.div" contains botch javascript that initializes the popup panel widget and the popup content but on subsequent the shade and content divs are moved out of "this.div". It's "this.cdiv" that actually contains the popup content.
                
      was (Author: blabno):
    I'm working on very similar issue RF-10980 and it concerns the same line. I think it should be
if (root != this.cdiv[0]) 

instead of 
if (root != this.div.get(0))

The "this.div" contains only javascript that initializes the popup panel widget. It's "this.cdiv" that actually contains the popup content.
                  
> Input fields in popupPanel loose focus
> --------------------------------------
>
>                 Key: RF-10758
>                 URL: https://issues.jboss.org/browse/RF-10758
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.CR1
>         Environment: Tomcat 7.0.8, MyFaces 2.0.4, RichFaces 4.0.0-SNAPSHOT, Firefox 3.6.15, InternetExplorer 8
>            Reporter: Marc-Christian Schroeer
>            Assignee: Christian Kaltepoth
>             Fix For: 4.3.0.Milestone1
>
>
> When opening a popupPanel with inputText-components, pressing the tab key to switch between input fields results in the address input field getting the focus. tabindex-attributes do not help this issue. This issue does not exist with Google Chrome browsers.

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

        


More information about the richfaces-issues mailing list