[webkit-reviews] review denied: [Bug 55971] Backspace deletes all non-BMP symbols at once, and then some : [Attachment 85092] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 15:21:47 PST 2011


mitz at webkit.org has denied  review:
Bug 55971: Backspace deletes all non-BMP symbols at once, and then some
https://bugs.webkit.org/show_bug.cgi?id=55971

Attachment 85092: proposed fix
https://bugs.webkit.org/attachment.cgi?id=85092&action=review

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=85092&action=review

> Source/WebCore/rendering/RenderText.cpp:1434
> +    return charType == U_NON_SPACING_MARK && charType == U_ENCLOSING_MARK &&
charType == U_COMBINING_SPACING_MARK;

What?!


More information about the webkit-reviews mailing list