Closed
Bug 13856
Opened 25 years ago
Closed 25 years ago
[pp] some characters not working for type-in
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: buster, Assigned: Brade)
References
Details
(Whiteboard: try in 10/15 build.)
from chofman:
Its
-double quote
-single quote
-apostriphy
-pound
-percent
-ampersand
-open paren
that arent working in mail compose with this mornings release build
Comment 2•25 years ago
|
||
win95. 990914 build.
assigned to kathy, cc saari. I traced this down a bit and it looks like the key
binding code is snarfing up some keys, like the double-quote character. I think
this is because ascii char code for double-quote is 39, same as vk_right.
either the keybindings are incorrect, or the code is incorrectly cross-mapping
keycode and charcode.
Comment 4•25 years ago
|
||
Which xul file were you looking at?
I wasn't looking at any xul file in particular, just the default editor code.
Assignee | ||
Comment 6•25 years ago
|
||
the linux build (1999091508) from today doesn't have this problem according to
mail/news qa.
works today on win as well. kathy or sujay, if this works on mac please mark it
fixed.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Summary: some characters not working for type-in → [pp] some characters not working for type-in
Assignee | ||
Comment 8•25 years ago
|
||
this is a windows-specific bug. Marking fixed per steve's comment.
Comment 10•25 years ago
|
||
Clearing FIXED resolution due to reopen
Assignee | ||
Comment 11•25 years ago
|
||
*** Bug 16047 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
I believe this has been fixed now that the keyEvent branch has landed.
Comment 13•25 years ago
|
||
not fixed in today's build...Kathy did the fix go in today?
Maybe I'll see it fixed in tomorrow's build.
Assignee | ||
Comment 14•25 years ago
|
||
Sujay--please check tomorrow's build; the keyevent branch was carpooled today
Comment 15•25 years ago
|
||
verified in 10/18 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•