[Webkit-unassigned] [Bug 30429] New: Web Inspector: [REGRESSION] Tabbing Through Element Attributes Loses Focus Immediately

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 22:07:35 PDT 2009


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

           Summary: Web Inspector: [REGRESSION] Tabbing Through Element
                    Attributes Loses Focus Immediately
           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


This is bizarre. When tabbing to create a new element it loses focus
immediately. I don't know when this regression happened I haven't looked into
the past.

Stepping through the code the following happens:
Start editing an attribute and push tab:
1. It properly adds a new attribute or starts editing the next attribute
2. It seems to set the focus on the new node
3. It properly sets the selection in the new node
4. The moment it returns from the blur event listener in
WebInspector.startEditing() the focus on the new node disappears.

I haven't seen anything like this. Any ideas?

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