Bug 66306

Summary: Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements
Product: WebKit Reporter: Zach <zachlloyd>
Component: CSSAssignee: 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:
Description Flags
Demonstrates the ::-webkit-scrollbar bug none

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 ***