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)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sujay, Assigned: buster)

References

Details

Attachments

(1 file)

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
accepting bug
Target Milestone: M10
sounds like a layout prob. i'll look into it and make sure. setting to m10 for now.
As they say in Tap: These go to 11.
Target Milestone: M11 → M12
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>.
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>
Status: NEW → ASSIGNED
Target Milestone: M12 → M11
Probably a dup of 13599
*** Bug 13599 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The bullets were there, just not painting. Now they paint.
Status: RESOLVED → VERIFIED
verified in 9/15 build.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: