[webkit-reviews] review canceled: [Bug 38696] Unfocused contenteditable element still receives keyboard events and gets modified : [Attachment 86432] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 07:59:59 PDT 2011


Levi Weintraub <leviw at chromium.org> has canceled Levi Weintraub
<leviw at chromium.org>'s request for review:
Bug 38696: Unfocused contenteditable element still receives keyboard events and
gets modified
https://bugs.webkit.org/show_bug.cgi?id=38696

Attachment 86432: Patch
https://bugs.webkit.org/attachment.cgi?id=86432&action=review

------- Additional Comments from Levi Weintraub <leviw at chromium.org>
Removing the r? as there's still some things to be done here... mainly unifying
the expression in Editor.cpp with the code in setFocusedNodeIfNeeded to use
some function like focusableRoot.

This change incorporates a fix for 56271, as they both have to do with
selection and focus being bound together differently than in other browsers,
and both result in many rebaselines. This change, however, is risky. Sites that
do a lot of fancy editing and selection that may have WebKit-specific paths
could break. Ideally I'd like to see the final version of this patch put into a
Chrome Dev-channel release to get some widespread exposure and identify
possible site breakage.

Thoughts and comments are appreciated, and keep in mind this doesn't include
the couple hundred rebaselines due to changes in focus ring rects and editing
delegates.


More information about the webkit-reviews mailing list