Closed
Bug 10675
Opened 26 years ago
Closed 26 years ago
numbers from numbered list missing when a <P> is in an <LI>
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: sujay, Assigned: buster)
References
Details
Attachments
(1 file)
|
53 bytes,
text/html
|
Details |
using 7/28 build on windows98
1) launch apprunner and editor
2) insert cursor in front of a text paragraph
3) click on numbered list
4) after the line of text hit carriage return to add another item
Notice it does add another item, but there is a small box placed there.
shouldn't be there.
windows only.
Assignee: buster → jfrancis
Summary: [PP]adding lines to list gives small boxes → [PP]adding lines to list gives small boxes
Comment 1•26 years ago
|
||
accepting bug
Updated•26 years ago
|
Target Milestone: M10
Comment 2•26 years ago
|
||
sounds like a layout prob. i'll look into it and make sure. setting to m10 for
now.
Comment 3•26 years ago
|
||
As they say in Tap: These go to 11.
Moving to M12.
I don't see the small box on NT in debug build. I do see that the numbers don't
show up. This is because we end up with a content model that embeds <P> in
<LI>.
Start with the test case: <HTML><BODY><P>first line</P></BODY></HTML>
put the caret in front of 'f'
click the make numbered list button
your output is:
<html>
<head>
</head>
<body>
<ol>
<li>
<p>first line</p></li></ol>
</body>
</html>
The <P> should have been replaced with the <LI>.
Comment 5•26 years ago
|
||
that the <p> should be replaced by the li is subject to debate (i would
disagree). The number should show up either way - that's a layout bug.
Assignee: jfrancis → kipp
Status: ASSIGNED → NEW
Component: Editor → Layout
Summary: [PP]adding lines to list gives small boxes → numbers from numbered list missing
I think I agree with you here, Joe. Nav4 shows the numbers for the test case.
Reassigning to Kipp. about to attach the test case. changing the summary since
the original symptom no longer shows up.
Summary: numbers from numbered list missing → numbers from numbered list missing when a <P> is in an <LI>
Comment 10•26 years ago
|
||
The bullets were there, just not painting. Now they paint.
| Reporter | ||
Comment 11•26 years ago
|
||
verified in 9/15 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•