Bug 6615
Summary: | Parent node drop-down list is upside-down | ||
---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Geoffrey Garen
At the top of the web inspector is a list of all the parent nodes of the currently top-most node.
I would expect a parent to be listed above its children, with Document being top-most in the list. That's
how the listing works in the tree view just below.
However, the parents are listed under their children, making things look upside-down.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
This matches the directory popup menu in the System's Open and Save panels. Should we differ?
Timothy Hatcher
This was fixed on the WebInspector refresh branch in r20715.
Timothy Hatcher
This was fixed on the inspector branch and merged to trunk in r20986.