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)

PowerPC
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: mikepinkerton, Assigned: Brade)

Details

Launch apprunner, type some things into the url bar's text field. hit backspace. nothing happens.
Component: Browser-General → Editor
Assignee: don → buster
Happens in any edit field. reassign to editor
Happens in any edit field. reassign to editor
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)
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.
Status: NEW → ASSIGNED
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.
I have checked in a fix for this.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed yesterday; should be in today's builds
QA Contact: leger → sujay
Updating QA contact.
Status: RESOLVED → VERIFIED
verified in 11/11 build.
You need to log in before you can comment on or make changes to this bug.