[webkit-reviews] review granted: [Bug 18734] REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text : [Attachment 26005] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 13 14:39:49 PST 2008


mitz at webkit.org has granted Darin Adler <darin at apple.com>'s request for review:
Bug 18734: REGRESSION (r31081): Focus problems in Gmail 2/Plain text message
text
https://bugs.webkit.org/show_bug.cgi?id=18734

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

------- Additional Comments from mitz at webkit.org
> +    ta.selectionStart = 3;
> +    ta.selectionEnd = 4;
> +    debug("- set selection so we can test again without a trailing
newline");

For consistency with the other steps, you can print the debug message before
performing the action.

r=me


More information about the webkit-reviews mailing list