[Webkit-unassigned] [Bug 127196] New: Scrolling broken from div on same page as element with -webkit-animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 15:34:04 PST 2014


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

           Summary: Scrolling broken from div on same page as element with
                    -webkit-animation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: https://gist.github.com/mponizil/8483445
        OS/Version: Mac OS X 10.8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: misha.ponizil at gmail.com


Created an attachment (id=221498)
 --> (https://bugs.webkit.org/attachment.cgi?id=221498&action=review)
Visual while scrolling the page

The following test case can describe the bug most accurately:

https://gist.github.com/mponizil/8483445

Notes:

(1) Body is scrollable
(2) Document includes an element that makes use of a -webkit-animation
(3) Top-level div has z-index defined (accompanied by some position declaration)
(4) Next-level div is position: fixed
(5) Next-level div provides scrolling with overflow-y: auto
(6) Children of scrolling div include position: relative

The bug goes away if any of the elements descending from the top-level div have -webkit-transform:translate3d(0,0,0)

Thanks!

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