Bug 91650 - Scrollbars not accessible when using :before on elements in container
Summary: Scrollbars not accessible when using :before on elements in container
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 12:32 PDT by Chris Drackett
Modified: 2012-07-19 12:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Drackett 2012-07-18 12:32:13 PDT
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.