Bug 14457
Summary: | WebKit can't detect the IM's in certain circumstances | ||
---|---|---|---|
Product: | WebKit | Reporter: | t.suwa |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | oliver |
Priority: | P1 | Keywords: | InRadar |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 13664 |
t.suwa
Overview:
WebKit can't detect the IM's event consumption when IM eats the
event silently and makes no visual feedbacks. So WebKit sends same keyDown event to the input method twice.
Steps to reproduce:
1. Download and install AquaSKK
http://prdownloads.sourceforge.jp/aquaskk/25749/AquaSKK-3.4.pkg.zip
2. View any webpage with text field.
3. Click the text field. Select a hirakana input mode(orange icon).
4. Type lowercase "L".
Actual results:
Select an ascii input mode(gray icon), insert undesired "l"
Expected results:
Select an ascii input mode, not insert "l". You can see this behavior outside
of HTML contents.
Build Date & Platform:
Jun 28 2007, Mac OS X 10.4.8(intel)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Hunt
Okay, i've been looking at bug 13664 and have found the problem is in when i assume the IM will consume an event.
Due to the design of IMs we have to assume assume that the IM consumes events in certain circumstances. The current decision on when to do this is based on whether there is marked text. After some more examination, it would seem the correct behaviour is to assume the the event will always be consumed by the IM.
Oliver Hunt
<rdar://problem/5306210>
Oliver Hunt
Landed in r23924