[Webkit-unassigned] [Bug 104928] New: getRegionsByContent() false positive for overset content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 09:55:46 PST 2012


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

           Summary: getRegionsByContent() false positive for overset
                    content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://github.com/mike-sierra/webplatform/blob/master
                    /examples/t_getRegionsByContent.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: letmespellitoutforyou at gmail.com
                CC: mihnea at adobe.com


Load page into browser. The page runs a timer to successively hide green content elements.   At each step, the message reports on getRegionsByContent() matches for red content.   Before trailing red content comes into view, getRegionsByContent() inaccurately reports that the last region in the chain contains part of it.  The # of regions should be 0 until red content becomes visible.

I assume this behavior would be valid if region-fragment (or -webkit-region-overflow) were not set to 'break', i.e., when overflow-y makes downstream red content accessible.

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