Open
Bug 36717
Opened 25 years ago
Updated 2 years ago
[LIST][INLINE-H]whitespace not ignored for list-style-position: inside
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
REOPENED
People
(Reporter: dbaron, Unassigned)
Details
(4 keywords, Whiteboard: [CSS1-5.6.5])
Attachments
(1 file)
386 bytes,
text/html
|
Details |
DESCRIPTION: The whitespace at the beginning of an <li> element should be
ignored, so that <li>stuff</li> and <li> stuff</li> look the same. This is not
happening correctly for 'list-style-position: inside' (which places the list
marker inside the list item's box).
This is technically a parser issue, but it's rickg's oft-repeated position that
this should happen entirely inside layout.
STEPS TO REPRODUCE:
* load attached testcase
ACTUAL RESULTS:
* second list item separated from bullet more than first
EXPECTED RESULTS:
* list items separated from bullet by the same amount
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2000-04-20-09-M16
Reporter | ||
Comment 1•25 years ago
|
||
redistributing bugs across future milestones, sorry for the spam
Target Milestone: M18 → M19
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: M19 → Future
Reporter | ||
Updated•24 years ago
|
Summary: whitespace not ignored for list-style-position: inside → [LIST][INLINE-H]whitespace not ignored for list-style-position: inside
Comment 5•24 years ago
|
||
Upon managerial request, adding the "testcase" keyword to 84 open layout bugs that
do not have the "testcase" keyword and yet have an attachement with the word
"test" in the description field. Apologies for any mistakes.
Keywords: testcase
Comment 6•23 years ago
|
||
Build reassigning Buster's bugs to Marc.
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Updated•23 years ago
|
Whiteboard: [CSS1-5.6.5]
Confirmed using FizzillaCFM/2002070913. Setting All/All.
OS: Linux → All
Hardware: PC → All
Comment 8•22 years ago
|
||
.
Assignee: attinasi → block-and-inline
Component: Layout → Layout: Block & Inline
QA Contact: petersen → ian
Updated•22 years ago
|
Priority: P3 → --
Target Milestone: Future → ---
Updated•15 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Updated•13 years ago
|
Assignee: nobody → leofigueres
Comment 9•13 years ago
|
||
Try to modify text, removing the leading space here: http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsBulletFrame.cpp#384
Or change the position of the bullet?
Comment 10•13 years ago
|
||
Forget about comment 9. Bad file, and bug description states that white-space must be ignored. So I am trying with modifying the string. Any clue where to look at the source code?
Updated•13 years ago
|
Assignee: leofigueres → nobody
Comment 11•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Reporter | ||
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•