Closed
Bug 14493
Opened 25 years ago
Closed 25 years ago
[blocker] [PP] can't backspace in url bar
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: mikepinkerton, Assigned: Brade)
Details
Launch apprunner, type some things into the url bar's text field. hit backspace.
nothing happens.
seems to be mac only. assigning to kathy, cc saari.
Assignee: buster → brade
Priority: P3 → P1
Summary: can't backspace in url bar → [blocker] [PP] can't backspace in url bar
Target Milestone: M11
adding self to cc: list.
(Interestingly, on Linux, a backspace will move the cursor forward. See:
http://bugzilla.mozilla.org/show_bug.cgi?id=14392)
Comment 5•25 years ago
|
||
This seems to have been broken by buster's fix for the '.' key on Windows. The
problem is that on the Mac, the charCode for the event is 0x08, not 0, so the
editor key listener ignores the key code. There is no obvious solution.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
actually, this is a case where the Mac code will need to change to the draft
version of the spec due to changes in the editor code which assume the spec is
being met. I understand what I need to do. I hope to be able to check in a fix
for M11 very soon.
Assignee | ||
Comment 7•25 years ago
|
||
I have checked in a fix for this.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
fixed yesterday; should be in today's builds
Comment 10•25 years ago
|
||
verified in 11/11 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•