Open
Bug 448927
Opened 17 years ago
Updated 3 years ago
[IMM][TSF][XUL panel] IME candidate list is overlapped by topmost panel element
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P5)
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
Details
(4 keywords)
spun off from bug 433340.
Some Windows IMEs decide the window level of the candidate list window from current focused window level. However, the widget of <panel> element never has the actual focus. Therefore, some IMEs don't use topmost window level for the candidate list window.
I have no idea to fix this bug...
# The default IMEs of Win Vista always create the topmost window, so, they don't have this problem.
Reporter | ||
Comment 1•17 years ago
|
||
I think that we should warn that XUL app developers don't use topmost panel element for the container of text input fields in MDC.
http://developer.mozilla.org/en/docs/XUL:panel
Updated•17 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Updated•17 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Reporter | ||
Updated•15 years ago
|
Keywords: inputmethod
Reporter | ||
Comment 2•5 years ago
|
||
Moving all open keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Component: Widget: Win32 → DOM: UI Events & Focus Handling
Reporter | ||
Comment 3•5 years ago
|
||
We stopped supporting XUL addons so that all XUL <panel>
elements under our control. Therefore, we do not need to fix this bug, but welcome to fix this if you have an idea.
Severity: normal → minor
Keywords: jp-critical
OS: Windows Vista → Windows
Priority: -- → P5
Hardware: x86 → All
Summary: IME candidate list is overlapped by topmost panel element → [IMM][TSF] IME candidate list is overlapped by topmost panel element
Reporter | ||
Updated•5 years ago
|
Summary: [IMM][TSF] IME candidate list is overlapped by topmost panel element → [IMM][TSF][XUL panel] IME candidate list is overlapped by topmost panel element
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•