Bug 6677
Summary: | Can't drag inspector when tree view has focus | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian, nickshanks |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
When the tree view has keyboard focus, you can't drag the inspector. You have to click once in its title bar,
which makes the tree view lose focus, and only then you can drag it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
This is caused by the tree list being a NSView.
Timothy Hatcher
This is fixed by my WebInspector branch.
http://trac.webkit.org/projects/webkit/browser/branches/WebInspectorRefresh
Timothy Hatcher
*** Bug 13334 has been marked as a duplicate of this bug. ***
Timothy Hatcher
This was fixed on the inspector branch and merged to trunk in r20986.