Bug 91650
Summary: | Scrollbars not accessible when using :before on elements in container | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Drackett <drackett> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, bdakin, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | OS X 10.7 |
Chris Drackett
I have a overflow: scroll container that has a list of links that all have :before styles applied. With these styles applied, the scroll bar on the mac isn't selectable or draggable.
Here is an example without before styles. In this example you can click and drag the scrollbars:
http://fiddle.jshell.net/K7YbV/5/show/
And here is one where the links have a :before applied:
http://fiddle.jshell.net/K7YbV/6/show/
The scrollbar is visible, but seems to now be "under" the links.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |