Closed
Bug 5642
Opened 26 years ago
Closed 26 years ago
hitting backspace kicks in a big cursor before text
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: sujay, Assigned: sfraser_bugs)
Details
using 4/28 build of apprunner on Windows:
1) launch apprunner
2) launch editor from Task menu
3) insert cursor in front of the line of text starting with word "Here...."
4) hit return
5) hit the backspace key on keyboard
you'll see this big cursor appear on the left hand side of text.
happens only on Windows platform.
Updated•26 years ago
|
Assignee: kostello → sfraser
Target Milestone: M6
Comment 1•26 years ago
|
||
Reassiging to Simon Fraser, changing milestone to M6
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M9
Assignee | ||
Comment 2•26 years ago
|
||
As discussed, this reflects problems with the selection being set after
the underlying transactions, so we're leaving it like this for now. Will
fix later.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
I fixed this. The caret now knows how to draw when the selection points to
offsets between child nodes of a parent node; it will draw at the start of the
child node pointed to by the offset.
You need to log in
before you can comment on or make changes to this bug.
Description
•