Closed
Bug 3829
Opened 26 years ago
Closed 26 years ago
Shift key inserts a character
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: akkzilla, Assigned: akkzilla)
Details
Hitting the shift key in editor mode on Linux generates a key event and inserts
a character. This doesn't happen on the other platforms. Makes it impossible
to enter capital letters, so we need this fixed for M3 (should be an easy fix).
I thought I had this working right on Thursday, am looking into why it came
back.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M3
Assignee | ||
Comment 1•26 years ago
|
||
Setting milestone.
Assignee | ||
Comment 2•26 years ago
|
||
Pavlov found a fix, awaiting approval to check it in. (I was rejecting shifted
characters rather than the shift key event itself; need to check event->keyval
and match against all the possible modifier key vals.)
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
QA Contact: 3847 → 4079
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Fixed.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•