Open
Bug 588313
Opened 15 years ago
Updated 3 years ago
Don't activate IME when textboxes are activated/focused programmatically
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
NEW
People
(Reporter: mfinkle, Unassigned)
References
Details
(Keywords: mobile)
Some mobile OSes, iPhone and Android for example, do not show the soft (virtual) keyboard when a textbox is focuses from code (JS or C++). Only when the user explicitly taps on the widget does the textbox activate the IME and the keyboard appears.
We could use an attribute, or a CSS pseudo rule, to control this feature. It should work in chrome (XUL) and content (HTML).
Reporter | ||
Comment 1•15 years ago
|
||
Note: We should be able to style the widget as "active", but just not show the virtual keyboard until the user taps the widget.
![]() |
||
Updated•15 years ago
|
Summary: Don't activate IME when textboxes are activated/focused programmatically → [VKB]Don't activate IME when textboxes are activated/focused programmatically
Reporter | ||
Updated•14 years ago
|
Summary: [VKB]Don't activate IME when textboxes are activated/focused programmatically → Don't activate IME when textboxes are activated/focused programmatically
Comment 4•14 years ago
|
||
It seems like the patch in bug 532738 has a patch for this now.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•