Closed
Bug 953044
Opened 11 years ago
Closed 11 years ago
Calling setInputMethodActive(false) before mozbrowser content loaded always fails
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: xyuan, Assigned: xyuan)
References
Details
Attachments
(1 file, 1 obsolete file)
2.75 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Firefox OS input method apps will be loaded within mozbrowser iframes. To deactivate the iframe of an input method app, we should call setInputMethodActive(false) on the iframe.
By default, the iframe is deactivated before loading. So calling setInputMethodActive(false) before input method loading should always succeed. But a typo in bug 944397 makes it always fail.
Assignee | ||
Comment 1•11 years ago
|
||
Fix the typo and augment the mochitest for bug 944397 to cover this bug.
Assignee: nobody → xyuan
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8351341 -
Attachment is obsolete: true
Attachment #8351345 -
Flags: review?(kchen)
Assignee | ||
Updated•11 years ago
|
Attachment #8351345 -
Flags: review?(kchen) → review?(fabrice)
Updated•11 years ago
|
Attachment #8351345 -
Flags: review?(fabrice) → review+
Comment 4•11 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•