Bug 30667
Summary: | Web Inspector: Resources List Should Ignore Left + Right Arrow Keys | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, burg, bweinstein, joepeck, pfeldman, rik, robert.colburn+bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
Pushing Left + Right Arrow Keys in the Resource List makes the resources disappear / hide. (Collapse and Expand?)
Video of Problem:
http://screencast.com/t/kqtdXxm0Q
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
This is similar to double clicking on the "RESOURCES" header. The parent element (RESOURCES) is collapsing. We need to teach TreeOutline not to collapse in these cases or add a flag it honors.
Rob Colburn
I believe this issue is resolved now, right?