Closed
Bug 6445
Opened 25 years ago
Closed 25 years ago
Changing pre cols attribute should cause a reflow
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
M9
People
(Reporter: akkzilla, Assigned: peterl-retired)
Details
The text editor now has the capability to change the cols attribute in the pre
tag, but the change doesn't show up because changing cols doesn't cause a
reflow. It should. The mail compose editor will need this.
To test this, run the editor on EditorInitPagePlain.html (unfortunately this
currently requires editing
chrome/editor/composer/content/default/EditorAppShell.xul and changing
EditorInitPage.html to EditorInitPagePlain.html; hopefully we'll have an easier
way soon, and eventually the mail compose window should have a PRE tag but it
doesn't yet), click somewhere and then use alt-[ and alt-] to decrease and
increase the wrap width (initially 80 columns). Notice that when you change the
wrap width, you get a stdout message saying that it's been changed, but the
display doesn't change unless you force a reflow by resizing the window
slightly. Forcing just a redraw doesn't help.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 1•25 years ago
|
||
Probably was fixed a while back while doing some attribute cleanup
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Fixed in the Aug 6th build.
You need to log in
before you can comment on or make changes to this bug.
Description
•