Bug 194781
Summary: | [iOS] Find a way to remove the paint rect workaround from RenderBox::paintBoxDecorations() and RenderElement::paintOutline() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, timothy, zalan |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=193599 |
Daniel Bates
Find a way to fix up the painting code on iOS to avoid the need to adjust the paint rect in RenderBox::paintBoxDecorations() and RenderElement::paintOutline().
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Bates
Code moved to RenderThemeIOS::adjustPaintRect(). Can we do better?
Daniel Bates
(In reply to Daniel Bates from comment #1)
> Code moved to RenderThemeIOS::adjustPaintRect(). Can we do better?
Simon and Alan changed their minds. Code will not be moved to theme for now. Will duplicate.