Closed
Bug 200364
Opened 23 years ago
Closed 4 years ago
Using undo produces different visual spacing
Categories
(Core :: Layout: Block and Inline, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.5beta
People
(Reporter: KaiE, Unassigned)
References
Details
(Whiteboard: editorbase+)
I think bug 200360 should be fixed first.
Start with a similar testcase as in that other bug:
open new composer window
input:
a enter b enter
go before the "a"
use the dropdown to change the type to "paragraph"
(Note that there is no additional spacing between a and b (that is what bug
200360 complains about))
Position the caret in the same line as "a", at the end of the line.
Insert a horizontal line
Hit ctrl-z to undo
Expected behaviour:
the appearance should be identical with the appearance before
having inserted the horizontal line
Actual behaviour:
There is now suddenly a large visual spacing between a and b
(that spacing is not caused by additional empty line breaks
between the lines, there now seems to be some margins in effect)
I somehow suspect we might see this fixed as soon as bug 200360 is fixed.
But we should retest once that is done.
Adding dependency.
| Reporter | ||
Updated•23 years ago
|
Whiteboard: editorbase
Comment 1•23 years ago
|
||
changin component to layout: block&inline. The editor is creating correct dom,
it's just not being rendered correctly.
Component: Editor: Core → Layout: Block & Inline
Updated•22 years ago
|
QA Contact: sairuh → beppe
Comment 3•22 years ago
|
||
-> smontagu
Assignee: kaie → smontagu
QA Contact: beppe → sairuh
Target Milestone: --- → mozilla1.5beta
Updated•22 years ago
|
QA Contact: sairuh → beppe
Updated•16 years ago
|
QA Contact: rubydoo123 → layout.block-and-inline
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Comment 5•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jfkthame, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: smontagu → nobody
Flags: needinfo?(jfkthame)
Comment 6•4 years ago
|
||
Trying this in a current Thunderbird message composition window, I can't reproduce the issue described.
Closing as WFM, as this has most likely been resolved as part of layout engine changes over the years. Please re-open with further details and testcase if there is still a problem here.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(jfkthame)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•