[Webkit-unassigned] [Bug 91426] New: No overflow scrollbars with 3d transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 14:44:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91426

           Summary: No overflow scrollbars with 3d transform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/fmTMv/2/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: drackett at mac.com


I often use absolute positioned elements with overflow: scroll for UI elements. Recently on a project we've been doing animation and I noticed that if a 3D transform is added to one of these elements, no scrollbars are shown.

I have a test case here:

http://jsfiddle.net/fmTMv/2/

if you remove the -webkit-transform: translate3d(0, 0, 0); line, scrollbars will again be shown.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list