[Webkit-unassigned] [Bug 40351] [chromium] Can't handle deletion of characters beyond U+10000.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 21:10:49 PDT 2011


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





--- Comment #8 from Shinya Kawanaka <shinyak at google.com>  2011-09-05 21:10:49 PST ---
(In reply to comment #6)
> (From update of attachment 106334 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=106334&action=review
> 
> > LayoutTests/editing/deleting/delete-surrogatepair.html:34
> > +    if (!window.layoutTestController)
> > +        continue;
> 
> This check should be at the outside of the 'for' loop.
> We had better show a message like "This test requires layoutTestController" or a manual test instruction if there is no layoutTestController.
> 
> > LayoutTests/editing/deleting/delete-surrogatepair.html:40
> > +        layoutTestController.execCommand("MoveForward");
> > +
> > +    layoutTestController.execCommand("DeleteBackward");
> 
> Do you need layoutTestController.execCommand()? Doesn't document.execCommand() work?

Unfortunately, document.execCommand() didn't work in my environment.

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