Closed
Bug 3638
Opened 26 years ago
Closed 26 years ago
Multiple spaces don't work
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: sujay, Assigned: mozeditor)
Details
Using 3/11 build for apprunner.
Try inserting more than one space between a text frame.
Can't do it. only works once.
Updated•26 years ago
|
Target Milestone: M4
Updated•26 years ago
|
Assignee: kostello → buster
Comment 1•26 years ago
|
||
We will need to solve this bug in two ways. One, when the user is in a piece of
content that stylistically ignores extra whitespace, we will need to insert
a NBSP and when we are in content that does not, that we can probably just
insert a space -- this is part of that "make it act like a wordprocessor"
functionality
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Marking fixed. Sorta. We are going to use white-space: pre for plaintext, which
makes the current editor code work correctly for spaces (and I just changed
EditorInitPagePlain.html to use this). Rich text is the harder (and still
unsolved) problem but we have a large number of typing rules to decide for that
and I don't want a bug open for each one until after we've made our first cut at
it.
You need to log in
before you can comment on or make changes to this bug.
Description
•