Closed
Bug 77038
Opened 24 years ago
Closed 23 years ago
Unicode keyboard layouts not supported
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: hsivonen, Assigned: ftang)
References
Details
(Keywords: helpwanted, intl, platform-parity, Whiteboard: helpwanted, OSX)
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
Build ID: FizzillaCFM 2001-04-18
Mac OS X (currently) comes with three kinds of keyboard layouts: Roman, Japanese
and Unicode. The layouts categorized as Unicode layouts can't be used with Mozilla.
Since Mozilla already supports Unicode internally, it would be good to make
Mozilla compatible with the Unicode services provided by the OS.
Mac folks correct me if I'm wrong here, I don't think this is an editor issue.
The editor has no clue what keyboard is being used, all it gets are events from
the xptoolkit.
Comment 2•24 years ago
|
||
kin is right. all hail kin!
Over to XP Toolkit.
Assignee: beppe → trudelle
Component: Editor → XP Toolkit/Widgets
QA Contact: sujay → jrgm
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 5•24 years ago
|
||
--> i18n
Assignee: pinkerton → nhotta
Component: XP Toolkit/Widgets → Internationalization
QA Contact: jrgm → andreasb
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
There are more than one unicode keyboard. Which keyboard this bug is asking for
mozilla support?
I found one document,
http://developer.apple.com/techpubs/macos8/pdf/SupportingUnicodeInput.pdf
Any other information about unicode keyboard?
Assignee | ||
Updated•24 years ago
|
Comment 9•23 years ago
|
||
I tend to think this bug and bug 23363 are the same, at least it's about the
same issue.
Comment 10•23 years ago
|
||
this bug is OS X specific; I don't think it's really a duplicate but I defer to
Frank or Naoki.
Whiteboard: helpwatned → helpwanted, OSX
Assignee | ||
Comment 12•23 years ago
|
||
Support Unicode keyboard require change the input method code to use Unicode
also. We make this into two stages- 23363 for moving the Input Method code by
using unicode on TSM 1.5 and this bug focus on support the keyboard by adding
kUnicodeNotFromInputMethod handler. We need to solve 23363 first.
Depends on: 23363
Assignee | ||
Comment 13•23 years ago
|
||
the latest patch in 23363 include the fix for keyboard
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.4
Comment 14•23 years ago
|
||
ftang, are you planning on landing this for 0.9.4?
Assignee | ||
Comment 17•23 years ago
|
||
move around dependency. We already have the patch in 23363 which also address
this issue. so now I mark this depend on 23363.
Assignee | ||
Comment 18•23 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 19•23 years ago
|
||
I can enable the unicode keyboard layout on recent trunk build.
Mark as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•