Bug 13028 - REGRESSION: textField:doCommandBySelector:inFrame: not being called properly
Summary: REGRESSION: textField:doCommandBySelector:inFrame: not being called properly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-03-09 14:25 PST by Rachael Worthington (cheers)
Modified: 2007-07-28 07:32 PDT (History)
0 users

See Also:


Attachments
patch (2.04 KB, patch)
2007-03-10 15:39 PST, Adele Peterson
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rachael Worthington (cheers) 2007-03-09 14:25:01 PST
-[WebFormDelegate textField:doCommandBySelector:inFrame:] doesn't appear to be called when the arrow keys or the tab key is pressed while focus is inside a text-field. this appears to be a regression from the behavior as of revision 19306 (at least), where the delegate method would be called.
Comment 1 Adele Peterson 2007-03-10 15:39:46 PST
Created attachment 13581 [details]
patch

This is a regression from r19579, when we added TextInput events.
Comment 2 Maciej Stachowiak 2007-03-10 15:46:40 PST
Comment on attachment 13581 [details]
patch

r=me
Comment 3 Adele Peterson 2007-03-10 16:15:28 PST
Committed revision 20100.