Closed
Bug 541316
Opened 16 years ago
Closed 15 years ago
"inputmethod" keyword is needed for IME related bugs
Categories
(bugzilla.mozilla.org :: Administration, task)
bugzilla.mozilla.org
Administration
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: marcia)
Details
Hi, I hope that "ime" or "inputmethod" keyword will be added to bugzilla for IME related bugs because "IME" is very difficult word for searching. E.g., "IME" is included by "TIME" and "MIME". And some Linux and Mac users call "IM" because "IME" is a term of Windows. And some people write "Input Method", "Input Method Editor", "Japanese/Chinese/Korean text input", etc. So, the form isn't standardized.
| Reporter | ||
Comment 1•16 years ago
|
||
Roc, Kimura-san and Kato-san, do you have better idea?
i'd prefer inputmethod. We're using a completion widget so using a three letter word doesn't give us any benefit. besides, it isn't typically the _editor_ part that's the problem.
| Reporter | ||
Comment 3•16 years ago
|
||
thank you timeless.
IME related code is separated to following components:
1. Widget:*
The native implementation of the IME related code which are depends on the native APIs and native events.
2. Event Handling
IME needs to know the content state, e.g., caret position, surrounding text. Our widget dispatches query content event and which are implemented in nsContentEventHandler which is in content/events/src.
And also nsIMEStateManger is there. That notifies the content modification to IME via our widget.
Besides, we'll implement DOM3's composition events in this component.
3. Editor
The code of editing the content is implemented in nsEditor.
4. Layout: Text
Displaying the composition string is implemented in layout/generic/nsTextFrameThebes.cpp.
So, the "inputmethod" keyword helps us to find the IME related bugs rather than product/component.
Summary: "ime" or "inputmethod" keyword is needed for IME related bugs → "inputmethod" keyword is needed for IME related bugs
| Reporter | ||
Comment 4•16 years ago
|
||
What else should I do for fixing this bug?
| Assignee | ||
Comment 5•16 years ago
|
||
Probably a concise summary of what the keyword will be used for - I understand for IME but we just need a quick sentence so that people will clearly understand what the keyword is to be used for.
| Reporter | ||
Comment 6•16 years ago
|
||
How about "Bugs that are related to IM (Input Method) which is complex text inputting system. IM is also known as IME (Input Method Editor), FEP (Front End Processor) or TIP (Text Input Processor). The bugs can be in any modules, e.g., widget, content, editor, layout and toolkit."?
| Assignee | ||
Comment 7•15 years ago
|
||
Masayuki: I have added the keyword. Resolving this fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•15 years ago
|
||
Thank you, Marcia!
Updated•14 years ago
|
Component: Bugzilla: Keywords & Components → Administration
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•