Bug 132100 - Subpixel rendering: RenderLayer's dirtyrect/clipping should device pixelsnap the same way painting does.
Summary: Subpixel rendering: RenderLayer's dirtyrect/clipping should device pixelsnap ...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 19:37 PDT by zalan
Modified: 2014-04-23 19:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2014-04-23 19:37:11 PDT
Currently it uses enclosingrect. (selfClipRect(), childrenClipRect(). see paintDirtyRect = selfClipRect(); at RenderLayer::paintLayerContents
(when css overflow: scroll etc is present, it results in wrong cliprects)
<div id='foo' style="overflow: scroll; display: none; border: 1px solid black; position: fixed; left: 10px; top: 10.3px; width: 20px; height: 20.1px;"></div>