[Webkit-unassigned] [Bug 33267] New: window.close() doesn't set focus to parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 12:40:42 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33267

           Summary: window.close() doesn't set focus to parent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timmc at microsoft.com


Created an attachment (id=45982)
 --> (https://bugs.webkit.org/attachment.cgi?id=45982)
The first of two simple HTML files demonstrating the bug.

When close a dialog window, e.g. launched from a input field button, the parent
page does not receive focus if the dialog calls close() on itself. However, if
the dialog calls focus() on the parent and then calls close(), the parent will
have proper focus.

This happens regardless of whether the parent had focus before the dialog
launched.

See the two attached files.

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