RESOLVED FIXED 78637
Node::isContentEditable should only update styles, not layout
https://bugs.webkit.org/show_bug.cgi?id=78637
Summary Node::isContentEditable should only update styles, not layout
James Robinson
Reported 2012-02-14 14:55:50 PST
Node::isContentEditable should only update styles, not layout
Attachments
Patch (2.38 KB, patch)
2012-02-14 15:27 PST, James Robinson
no flags
James Robinson
Comment 1 2012-02-14 15:27:01 PST
James Robinson
Comment 2 2012-02-14 15:29:49 PST
The updateLayout..() call in handleMousePressEvent() is because the code was previously relying on an isContentEditable() call to update layout.
Ryosuke Niwa
Comment 3 2012-02-14 15:39:32 PST
Comment on attachment 127058 [details] Patch Looks reasonable to me.
WebKit Review Bot
Comment 4 2012-02-21 19:35:19 PST
Comment on attachment 127058 [details] Patch Clearing flags on attachment: 127058 Committed r108436: <http://trac.webkit.org/changeset/108436>
WebKit Review Bot
Comment 5 2012-02-21 19:35:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.