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