[Webkit-unassigned] [Bug 140371] New: elements with display:table and width 100% show 1px flickering if parent width uses non static unit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 13:23:19 PST 2015


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

            Bug ID: 140371
           Summary: elements with display:table and width 100% show 1px
                    flickering if parent width uses non static unit
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: info at simonerescio.it

Created attachment 244461
  --> https://bugs.webkit.org/attachment.cgi?id=244461&action=review
CSS table 1px width flickering

An element that uses a display value belonging to the "table" family, when seting width to 100% it won't honor randomly for 1px to fill the width of its parent, if the parent itself has a variable unit type as width,
this is noticeable especially in case of animations,

probably it's a subpixel rounding issue that happens only with table algorithm but not with any other display type,
same behavior happens on Blink as well

screencast of demo attached
code demo : http://codepen.io/srescio/pen/gbgXod

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150112/fd2062e9/attachment-0002.html>


More information about the webkit-unassigned mailing list