Bug 35447
Summary: | Cannot scroll horizontally in the Scripts panel using the keyboard. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Brady Eidson
When the scripts panel was in an iframe, we never got horizontal scrollbars in it.
Now that it's in a div, we are getting horizontal scrollers.
We need to either:
A - Disable the horizontal scrollbars
B - Make horizontal keyboard scrolling work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
This is being resolved as part of https://bugs.webkit.org/show_bug.cgi?id=34356
*** This bug has been marked as a duplicate of bug 34356 ***