Closed
Bug 233087
Opened 21 years ago
Closed 5 years ago
[Cocoa] Hitting backspace while composing diacritic doesn't delete mark
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mikepinkerton, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: inputmethod, intl)
Steps:
- put focus in text field (google.com is a good one)
- type option-e
- type backspace
Expected results:
- diacritic should go away, leaving no trace
Actual results:
- "composition" mode stops, but raw diacritic remains
In addition, though it's not visible because of a hack in the BWC, this sends
the backspace up through the responder chain rather than correctly dealing with
it and not passing it along.
Reporter | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Camino1.0
Do this bug happen only "option-e" ?
If so, OS X's bug cause this bug, may be.
in TextEdit, typing option-e cause starting composition mode. It's incorrect action.
If we don't select IME (or select U.S. and other Roman keyboard layout),
composition mode should not start.
Reporter | ||
Comment 2•21 years ago
|
||
no, it doesn't start IME in the traditional sense, but the fix for this is
intertwined with our IME handling code (all the bizarro logic in keyDown).
That's why I marked the bug as IME.
Comment 3•20 years ago
|
||
Mike, is this still on your radar at all?
Updated•20 years ago
|
Target Milestone: Camino1.0 → Camino1.1
Moving the IME bugs to 1.1 :-(
This is going to bite cocoafox too, right?
Moving IME-related bugs to Camino 1.2 :(
Target Milestone: Camino1.1 → Camino1.2
Mass un-setting milestone per 1.6 roadmap.
Filter on RemoveRedonkulousBuglist to remove bugspam.
Developers: if you have a patch in hand for one of these bugs, you may pull the bug back to 1.6 *at that point*.
Target Milestone: Camino1.6 → ---
Mass-reassign of bugs still assigned to pinkerton to nobody; filter on "NoMoPinkBugsInCamino".
Assignee: mikepinkerton → nobody
Status: ASSIGNED → NEW
![]() |
||
Comment 9•18 years ago
|
||
Shouldn't this move to core ?
I can repro this with Minefield (2007111404)
Yeah, I noticed this in the list when I reassigned the bugs, but I hadn't had time to check Minefield yet....
Assignee: nobody → joshmoz
Blocks: 372987
Component: General → Widget: Cocoa
Product: Camino → Core
QA Contact: general → cocoa
Keywords: inputmethod
Comment 11•5 years ago
|
||
Moving all open keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Component: Widget: Cocoa → DOM: UI Events & Focus Handling
Comment 12•5 years ago
|
||
I cannot reproduce this bug. If you see this with specific environment or keyboard layout, please file a new bug.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Summary: Cocoa IME: Hitting backspace while composing diacritic doesn't delete mark → [Cocoa] Hitting backspace while composing diacritic doesn't delete mark
You need to log in
before you can comment on or make changes to this bug.
Description
•