[webkit-reviews] review requested: [Bug 13117] REGRESSION (r14658):
Flickering text fields when updating via javascript :
[Attachment 13704] Change -[WebCoreFrameBridge needsLayout]
to consider pending subtree layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 19 08:35:19 PDT 2007
mitz at webkit.org has asked for review:
Bug 13117: REGRESSION (r14658): Flickering text fields when updating via
javascript
http://bugs.webkit.org/show_bug.cgi?id=13117
Attachment 13704: Change -[WebCoreFrameBridge needsLayout] to consider pending
subtree layout
http://bugs.webkit.org/attachment.cgi?id=13704&action=edit
------- Additional Comments from mitz at webkit.org
The flickering was caused by painting without updating layout first, as a
result of -[WebCoreFrameBridge needsLayout] returning NO because the required
layout was for a subtree only.
More information about the webkit-reviews
mailing list