Bug 74494

Summary: Add a manual test for caret blinking during forward deletion
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, enrica, mitz, vanlam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
adds a test mitz: review+

Description Ryosuke Niwa 2011-12-14 02:02:14 PST
The caret shouldn't blink during forward deletion. This has been fixed in http://trac.webkit.org/changeset/102413 without a test. We should add a manual test for this.
Comment 1 Ryosuke Niwa 2011-12-14 02:15:00 PST
Created attachment 119182 [details]
adds a test
Comment 2 mitz 2011-12-14 08:42:40 PST
Comment on attachment 119182 [details]
adds a test

View in context: https://bugs.webkit.org/attachment.cgi?id=119182&action=review

> ManualTests/caret-blink-during-forward-delete.html:11
> +    test.textContent += 'a';

Probably the least efficient way to do this.
Comment 3 Ryosuke Niwa 2011-12-14 11:03:43 PST
(In reply to comment #2)
> (From update of attachment 119182 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=119182&action=review
> 
> > ManualTests/caret-blink-during-forward-delete.html:11
> > +    test.textContent += 'a';
> 
> Probably the least efficient way to do this.

Well, it works. But I'll change it to use textContent once.
Comment 4 Ryosuke Niwa 2011-12-14 11:09:07 PST
Committed r102801: <http://trac.webkit.org/changeset/102801>