[Webkit-unassigned] [Bug 52241] REGRESSION(r69831): focus() in onkeypress discards input (affects chaseonline.chase.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 12 17:40:03 PST 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78764|review?                     |review+
               Flag|                            |




--- Comment #11 from Eric Seidel <eric at webkit.org>  2011-01-12 17:40:02 PST ---
(From update of attachment 78764)
View in context: https://bugs.webkit.org/attachment.cgi?id=78764&action=review

Seems sane.

> LayoutTests/fast/forms/focus-change-on-keypress.html:36
> +    if (shouldChangeSelection)
> +        expected = name == 'textarea' ? 'ac\n' : 'acb';
> +    else
> +        expected = name == 'textarea' ? 'a\nc' : 'abc';

This seems slightly odd way to write this if, but oK. :)

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