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   

Description Brady Eidson 2010-02-26 13:04:48 PST
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.
Comment 1 Brady Eidson 2010-02-26 14:16:48 PST
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 ***