[Webkit-unassigned] [Bug 30665] New: REGRESSION: Web Inspector: blur and focus Events are Fired Too Often

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 00:20:46 PDT 2009


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

           Summary: REGRESSION: Web Inspector: blur and focus Events are
                    Fired Too Often
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at hatcher.name, aroben at apple.com,
                    rik at webkit.org, joepeck at webkit.org,
                    pfeldman at chromium.org, bweinstein at apple.com


Blur and Focus events are not acting as expected.  This has caused a regression
with tabbing while editing Element attributes.  The following are cases I've
found where the events are fired too frequently.  All are in inspector.js:

WebInspector.windowFocused:
- Fired multiple times on focusing the Inspector
- http://grab.by/bdt (notice the unexpected event.targets)

WebInspector.windowBlured
- Fired multiple times on blurring the Inspector
- http://grab.by/bdt (notice the unexpected event.targets)

Blur event listener on element in WebInspector.startEditing:
- This is a Regression
- Fired when blurring the first element and then again immediately on the moved
too element

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