Closed
Bug 299226
Opened 20 years ago
Closed 20 years ago
Can't type opt-keystrokes in inputs/textareas
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: alqahira, Assigned: sfraser_bugs)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.60 KB,
patch
|
mikepinkerton
:
review+
|
Details | Diff | Splinter Review |
Starting with the nightly from the 20050628, I can't type any opt-single_key characters (c-cedilla, tm, etc.) in inputs/textareas (US keylayout, 10.3.9). Composed characters (opt-accent-letter) still work. Opt-single_key chars do work in Cocoa fields like search and location bar. The 28th's DeerPark does not have this problem. Since the 28th is the first day that changes started appearing since the 23rd, it could be a lot of things, but bug 298111 did mess with form widgets :-) There were a couple of trunk checkins dealing with unicode characters in that timeframe, though: http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=Camino&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=20050623+11%3A15%3A00&maxdate=20050628+18%3A00%3A00&cvsroot=%2Fcvsroot
Comment 1•20 years ago
|
||
maybe we need to fix something in cocoa widget to accompany that change?
Target Milestone: --- → Camino0.9
| Assignee | ||
Comment 2•20 years ago
|
||
Maybe this was my changes in bug 179308.
Assignee: pinkerton → sfraser_bugs
| Assignee | ||
Comment 3•20 years ago
|
||
What caused this is that I'm now setting geckoEvent.isAlt on the KEY_PRESS event sent in -insertText:
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•20 years ago
|
||
This patch undoes some changes I made for no good reason in bug 179308.
Attachment #187830 -
Flags: review?(joshmoz)
Comment 5•20 years ago
|
||
Comment on attachment 187830 [details] [diff] [review] Patch to not set modifiers in gecko event in insertText: r=pink
Attachment #187830 -
Flags: review?(joshmoz) → review+
| Assignee | ||
Comment 6•20 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•20 years ago
|
||
*** Bug 299288 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•