[Webkit-unassigned] [Bug 82566] RenderTextControlSingleLine::scrollWidth/Height/Left/Top should not call back to DOM tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 16:55:13 PDT 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137437|review?                     |review-
               Flag|                            |




--- Comment #19 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-21 16:54:12 PST ---
(From update of attachment 137437)
View in context: https://bugs.webkit.org/attachment.cgi?id=137437&action=review

> Source/WebCore/ChangeLog:9
> +        Calling to Element::scrollWidth/scrolHeight/scrollLeft/scrollTop/
> +        setScrollLeft/setScrollTop will call
> +        Document::updateLayoutIgnorePendingStyleSheets, which can trigger
> +        unexpected layout update.

How is that possible? When we're calling scrollWidth on RenderTextControlSingleLine via Element::scrollWidth(),
we should have already called updateLayoutIgnorePendingStylesheets().
The call to updateLayoutIgnorePendingStyleSheets() here should be no-op. Who is the caller?
We need to fix that caller to call updateLayoutIgnorePendingStyleSheets first. r- because this is a wrong fix.

Do we have a crash report / stack trace for this?

> Source/WebCore/ChangeLog:11
> +        Reviewed by NOBODY (OOPS!).

This line should appear before the long description.

> Source/WebCore/ChangeLog:13
> +        No new tests. No change in behavior.

There definitely is a behavior change. Please revise.

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