[Webkit-unassigned] [Bug 27105] New: Blur and focus events are not fired when window is blurred and focused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 17:34:36 PDT 2009


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

           Summary: Blur and focus events are not fired when window is
                    blurred and focused
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org


Created an attachment (id=32492)
 --> (https://bugs.webkit.org/attachment.cgi?id=32492)
Test case

Given an element that can be focused and has focus and blur event listeners.
When the user tabs to the element or clicks on it the focus event is fired.
Likewise, the blur event is fired when tabbing out or clicking elsewhere. The
focus rectangle correctly reflects this. However, if i focus the element and
switch to another window no focus nor blur events are fired.

The test prints the events being fired. Notice that no events are fired when
the user switches between windows.

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