[Webkit-unassigned] [Bug 55861] New: IFrame is getting the focus even though it is hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 7 01:15:53 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55861
Summary: IFrame is getting the focus even though it is hidden
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Critical
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: satyacbit at gmail.com
Created an attachment (id=84925)
--> (https://bugs.webkit.org/attachment.cgi?id=84925&action=review)
Hidden frame getting the focus
I have used an Iframe, which will is hidden ie style="display:none". But when I am using the tab to move the focus to next control, the hidden frame is getting the focus. So, I need to tab again to get the focus on the element. If I have more hidden IFrames, then almost it behaves like the focus was lost.
Please use the attached files to reproduce the issues.
Steps to reproduce:
1. Unzip the attachment
2. Make sure the src of the IFrame in the focusTest.htm is hiddenpage.htm
3. Open the page focusTest.htm
4. Put the focus on first input and use tab to move the focus.
5. Second input will get the focus but the third input input will not get the focus. Extra tab is required to get the focus on it.
It was working fine all other browsers.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list