Closed
Bug 3756
Opened 26 years ago
Closed 26 years ago
can't type after hitting Enter key
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: phil, Assigned: buster)
Details
I built this morning, but when I type <enter> at the end of a line and type more
stuff, the characters after the <enter> aren't shown.
Updated•26 years ago
|
Assignee: kostello → buster
Priority: P3 → P1
Target Milestone: M3
Comment 1•26 years ago
|
||
Actually, this is an editing error. After hitting ENTER at the end of the line
we seem unable to add any characters via typing
Severity: normal → major
Status: NEW → ASSIGNED
Summary: Hack force redraw seems not to be working → can't type after hitting Enter key
summary changed to reflect the real problem. I have a fix for this and will
check in with approval, after Greg K. code reviews the change.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
fixed, with approval from chofmann and gkostello.
needed a special case for InsertText when the selection is not a text node.
verified in 3/17 build. However, found new problem. AFter hitting
enter, can't see the cursor on the next line..will file separate bug?
Status: RESOLVED → VERIFIED
yes, it's always best to file a separate bug rather than re-open an existing bug
for a different problem. Helps us track our bugs better.
You need to log in
before you can comment on or make changes to this bug.
Description
•