Closed Bug 3638 Opened 26 years ago Closed 26 years ago

Multiple spaces don't work

Categories

(Core :: DOM: Editor, defect, P1)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

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.
Target Milestone: M4
Assignee: kostello → buster
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
Priority: P3 → P1
Assignee: buster → jfrancis
Joe's the MAN!
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → VERIFIED
verified in 3/24 build.
You need to log in before you can comment on or make changes to this bug.