Bug 66306 - Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements
Summary: Offset width equals client width when there are scrollbars styled with ::-web...
Status: RESOLVED DUPLICATE of bug 90546
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 08:15 PDT by Zach
Modified: 2013-10-15 04:30 PDT (History)
6 users (show)

See Also:


Attachments
Demonstrates the ::-webkit-scrollbar bug (849 bytes, text/html)
2011-08-16 08:15 PDT, Zach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zach 2011-08-16 08:15:16 PDT
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!
Comment 1 gur.trio 2013-10-15 04:30:20 PDT
(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>.
Comment 2 gur.trio 2013-10-15 04:30:47 PDT

*** This bug has been marked as a duplicate of bug 90546 ***