Closed
Bug 766878
Opened 13 years ago
Closed 13 years ago
IME prototype doesn't work with <iframe mozbrowser remote>
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
DeveloperPhone
People
(Reporter: cjones, Assigned: vingtetun)
References
Details
Attachments
(1 file, 2 obsolete files)
9.70 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
See discussion in bug 761927.
Reporter | ||
Comment 1•13 years ago
|
||
This patch gets characters entered into the test case (<input>), but with two more problems
- <select> is totally hosed AFAICT. See bug 761927 comment 15.
- we can't seem to dismiss the IME helper
Assignee | ||
Comment 2•13 years ago
|
||
Does this version helps for hiding the IME?
Assignee | ||
Comment 3•13 years ago
|
||
The current patch let the keyboard beeing hidden when needed by removing the use of mousedown/click and relies on trusted focus/blur events to show/hide the IME.
I have not tried the <select> fields with this patch.
Attachment #635216 -
Attachment is obsolete: true
Attachment #636001 -
Attachment is obsolete: true
Attachment #636004 -
Flags: review?(jones.chris.g)
Assignee | ||
Comment 4•13 years ago
|
||
Just in case this patch relies on bug 766549 that has not landed yet. But has already been r+ed'
Depends on: 766549
Reporter | ||
Comment 5•13 years ago
|
||
This wfm on desktop. I untangled it from bug 766549 locally. Testing on device now.
Reporter | ||
Updated•13 years ago
|
Attachment #636004 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Assignee: nobody → 21
Status: NEW → ASSIGNED
Target Milestone: --- → DeveloperPhone
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•