Bug 14690 - REGRESSION(24399-24479): Pressing Enter in a search field at apple.com no longer starts a search with Korean IM
Summary: REGRESSION(24399-24479): Pressing Enter in a search field at apple.com no lon...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://www.apple.com
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-07-20 08:56 PDT by Alexey Proskuryakov
Modified: 2007-07-23 15:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-07-20 08:56:25 PDT
Steps to reproduce:
1) Activate any input mode of Hangul (or RuSwitcher).
2) Type something in a search field at apple.com; don't confirm the inline input area.
3) Press Enter.

Expected results: a new page with search results opens (the users of these input methods do not expect that Enter is "eaten", unlike Kotoeri users).
Results: the inline input area is confirmed.
Comment 1 Oliver Hunt 2007-07-20 14:19:15 PDT
ap, what's the function that you implement for TSM? the one where you return true/false to indicate that an event has been handled?
Comment 2 Alexey Proskuryakov 2007-07-20 23:54:45 PDT
TSM components have a single entry point for all events; the one whose result we need to know is kCMTextServiceEvent.
Comment 3 Oliver Hunt 2007-07-23 15:20:11 PDT
Landed fix in r24542