Summary: | Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Zach <zachlloyd> | ||||
Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | bdakin, gur.trio, hyatt, jamesr, shanestephens, simon.fraser | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
(In reply to comment #0) > Created an attachment (id=104046) [details] > Demonstrates the ::-webkit-scrollbar bug > > Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements. > > They should not be equal. The difference between the two should be the width of the scrollbar, as it is with regular scrollbars. > > I've attached a simple p[age that demonstrates the issue. > > Thanks! Issue fixed in <http://trac.webkit.org/changeset/155323>. |
Created attachment 104046 [details] Demonstrates the ::-webkit-scrollbar bug Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements. They should not be equal. The difference between the two should be the width of the scrollbar, as it is with regular scrollbars. I've attached a simple p[age that demonstrates the issue. Thanks!