Open
Bug 236291
Opened 22 years ago
Updated 3 years ago
HTML editor ignores wrap setting
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: akkzilla, Unassigned)
Details
The editor (nsEditor, even) has a method called GetWrapWidth which checks the
pref editor.htmlWrapColumn. But then that value is never passed to the
serializer, so there's no way to turn off wrapping or wrap at a value other than
72 columns.
This may be related to bug 236290, in which the html serializer ignores its wrap
flag. But it actually does take the passed-in wrap column setting, so this bug
may not be dependant on 236290.
Updated•19 years ago
|
QA Contact: bugzilla → editor
| Reporter | ||
Comment 1•5 years ago
|
||
Removing myself as assignee for editor bugs, since the editor project is (sadly) long gone.
Assignee: akkzilla → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•