[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 18:20:30 PST 2011


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





--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org>  2011-01-12 18:20:30 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > Maybe I should do:
> > 
> > if (name == 'textarea')
> >     expected = shouldChangeSelection ? 'ac\n' : 'a\nc'
> > else
> >     expected = shouldChangeSelection ? 'acb' : 'abc'
> > 
> > instead?
> 
> Sorry I read those both as 'abc', now I understand why the complexity is needed.

No problem.  I'll use new one nonetheless because it reads better.

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