[Webkit-unassigned] [Bug 12517] New: REGRESSION: Tab order incorrect when input inside frame/iframe gets initial page focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 16:46:17 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12517

           Summary: REGRESSION: Tab order incorrect when input inside
                    frame/iframe gets initial page focus
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction, Regression, NeedsRadar
          Severity: Normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org


Summary:

When an <input> element inside a <frame> or an <iframe> gets the initial focus
on the page, the tabbing order is incorrect.

Steps to reproduce #1:

1. Open Safari/WebKit.
2. Open one of the two attached test cases.
3. Hit Tab.

Expected results #1:

Next <input> element should be focused.

Actual results #1:

Either "nothing" happens (focus does not change), or focus changes to address
bar.

Steps to reproduce #2:

4. Hit Cmd-R (or the Reload button in Safari).
5. Hit Tab again.

Expected results #2:

Next <input> element should be focused.

Actual results #2:

Focus changes to address bar.  Further tabs to to the Google search, then back
to the initially focused <input> element again, then finally to the second
<input> element.

Regression:

This is a regression from shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.8
(8N1037).

Tested with a locally-built debug build of WebKit r19315 with afari 2.0.4
(419.3) on Mac OS X 10.4.8 (8N1037).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list