Closed
Bug 8300
Opened 26 years ago
Closed 26 years ago
BLOCKER: typing doesn't display on same line
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: sujay, Assigned: mozeditor)
Details
(Whiteboard: joe is looking into this, it is a candidate for M7)
using 6/15 build of apprunner on all platforms.
1) launch apprunner
2) launch editor
start typing something in the editor. You'll notice that you have
to hit carriage return to get the text to display on the line you
were typing...As you're typing the text shows up on the line below.
all platforms
Assignee: buster → jfrancis
Summary: typing doesn't display on same line → BLOCKER: typing doesn't display on same line
Whiteboard: joe is looking into this, it is a candidate for M7
Target Milestone: M7
marked a blocker/M7 because it is a major usabililty issue.
The problem is the editor rules code incorrectly inserts NBSP's in text nodes
that are directly in the body. This doesn't seem to happen for text nodes in
paragraphs or other blocks.
happens in apprunner as well as viewer editor mode.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
accepting bug
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
fixed; rvd: floppy moose; apvd: chofmann
okay this bug is fixed however...now after hitting return we jump two
lines and then when you enter text is goes to the normal position..
filing separate bug...
You need to log in
before you can comment on or make changes to this bug.
Description
•