Bug 13028

Summary: REGRESSION: textField:doCommandBySelector:inFrame: not being called properly
Product: WebKit Reporter: Rachael Worthington (cheers) <rachael>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mjs: review+

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.