Closed
Bug 8314
Opened 26 years ago
Closed 26 years ago
{list} List markers omitted when the list element starts with a child block element
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: braden, Assigned: nisheeth_mozilla)
References
()
Details
(Whiteboard: Fix at work computer)
List markers omitted when the list element starts with a child block element
The content model is correct. It appears to be a bug in the numbering code
itself. Reassing to kipps plate for now.
Updated•26 years ago
|
Assignee: kipp → rickg
Target Milestone: M8
Comment 2•26 years ago
|
||
Rick, could you assign this to someone who can look into it sooner rather than
later (since kipp is gone)? This bug renders the "make list" ability in ender
pretty useless.
Joe -- I'm the one who is likely going to fix this -- and I can't do it until my
plate is clear of parser issues. Moving it to kipps plate simply means that it's
in his area -- not that it won't get fixed. Your request is noted; I will see if
Nisheeth has a moment to look at this too.
Updated•26 years ago
|
Severity: normal → major
Priority: P3 → P2
Target Milestone: M8 → M15
Comment 4•26 years ago
|
||
I am marking this bug M15. Dbaron and I (py8ieh), who are acting as minders for
Kipp's buglist while he is on sabbatical, use this to mark which bugs we have
examined and accepted as legitimate layout bugs. I am increasing priority and
severity as well.
** jfrancis: This does not mean that it will not be touched before M15! **
Whoever accepts this bug should re-mark this bug as M8.
Updated•26 years ago
|
Summary: List markers omitted when the list element starts with a child block element → {list} List markers omitted when the list element starts with a child block element
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15 → M8
| Assignee | ||
Comment 6•26 years ago
|
||
Assigning this to myself to take a crack at for m8...
| Assignee | ||
Updated•26 years ago
|
Assignee: kipp → nisheeth
Status: ASSIGNED → NEW
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•26 years ago
|
||
Accepting bug...
Comment 9•26 years ago
|
||
This problem still occurs in the June 28th build (1999062809).
Comment 10•26 years ago
|
||
*** Bug 9089 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
| Assignee | ||
Comment 11•26 years ago
|
||
Sorry, joe. I didn't get a chance to look at this for M8. Its on the top of my
bug list for M9...
| Assignee | ||
Updated•26 years ago
|
Whiteboard: Fix in hand
| Assignee | ||
Comment 12•26 years ago
|
||
Thanks to a lot of help from kipp, I have a fix for this bug sitting in my tree.
I'll check it in when the tree opens for M9...
The problem was that the block reflow code was not taking into account the
bullet's area while calculating the area of the line. Consequently, only the
contents of the list item got painted and the bullet itself got left out. The
inline reflow code was doing the line area calculation properly which is why the
bug showed itself only when the list item had a child block element.
Updating status whiteboard.
| Assignee | ||
Updated•26 years ago
|
Whiteboard: Fix in hand → Fix at work computer
Comment 13•26 years ago
|
||
cool. thanx Nisheeth!
Comment 14•26 years ago
|
||
*** Bug 9460 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 15•26 years ago
|
||
I just checked in the fix.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 16•26 years ago
|
||
Fixed in the July 16th Mac, Win, and Linux Builds.
You need to log in
before you can comment on or make changes to this bug.
Description
•