Closed
Bug 200360
Opened 22 years ago
Closed 9 years ago
<p> on first line behaves differently
Categories
(Core :: Layout: Block and Inline, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: KaiE, Assigned: smontagu)
References
(Depends on 1 open bug)
Details
(Keywords: testcase, Whiteboard: editorbase+)
Attachments
(1 file)
|
174 bytes,
text/html
|
Details |
open new composer window
input:
a enter b enter
go before the "a"
use the dropdown to change the type to "paragraph"
Expected behaviour:
there should now be increased spacing between a und b
Actual behaviour:
there is no increased spacing
| Reporter | ||
Comment 1•22 years ago
|
||
smontagu: kin said, you are "looking into margins not being applied after
changes, this bug might be a layout issue".
Are you working on possible fixes to this bug already?
Depends on: 200364
| Assignee | ||
Comment 2•22 years ago
|
||
Yes, I am looking into the application-of-vertical-margin issue in a group of
related bugs, e.g. bug 170547 and bug 192500. I suspect that a fix for one of
these will be a fix for all, but I'm still at an early stage of investigation.
| Reporter | ||
Comment 3•22 years ago
|
||
Adding dependencies. Let's look at this bug again once Simon has fixed the other
ones.
Comment 4•22 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
| Reporter | ||
Comment 5•22 years ago
|
||
The behaviour is still the same.
I agree with Joe that it is a layout problem.
Reassining to default component owner.
To describe the bug more:
Given the following HTML:
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title></title>
</head>
<body>
<p>a</p>
b<br>
<p>c</p>
d<br>
<br>
</body>
</html>
Actual layout:
a
b
c
d
Expected layout:
a
b
c
d
Assignee: kaie → block-and-inline
QA Contact: sairuh → ian
Comment 6•22 years ago
|
||
EDITORBASE+
From Kin: may be related to bug 148749
Simon, can you take a look?
Assignee: block-and-inline → smontagu
Whiteboard: editorbase → editorbase+
Updated•22 years ago
|
Priority: -- → P1
Target Milestone: --- → Future
Updated•16 years ago
|
QA Contact: ian → layout.block-and-inline
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
The testcase now renders as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•