Last modified: 2006-02-06 21:22:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6896, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4896 - indentation issue with unordered and ordered lists
indentation issue with unordered and ordered lists
Status: RESOLVED DUPLICATE of bug 4829
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-06 17:57 UTC by clayton d huntsman
Modified: 2006-02-06 21:22 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description clayton d huntsman 2006-02-06 17:57:59 UTC
Paste this information in your sandbox and do an edit preview ...

===Try a mixed list===
First an unordered list within a nested ordered list:
<pre>
* first item in a list
* next item in a list
## start a numbered item sublist
## next number
* see anything wrong with this?
</pre>

Which yields:

* first item in a list
* next item in a list
## start a numbered item sublist
## next number
* see anything wrong with this?

I do. The first numbered item has an extraordinary amount of white space 
between the main and nested levels.


===Now try another mixed list===
This time try an unordered nested list in an ordered list:
<pre>
# first item in a list
# next item in a list
** start a numbered item sublist
** next number
# see anything wrong with this?
</pre>

To produce:

# first item in a list
# next item in a list
** start a numbered item sublist
** next number
# see anything wrong with this?

I do. The next numbered item at outer scope is at the same nesting level as the 
nested bullets. I've seen other cases where the nested bullets appear to be at 
the same level as the outer list. (Why the difference I have no idea.)


Happy bug hunting ;-0)
Comment 1 Brion Vibber 2006-02-06 21:22:27 UTC

*** This bug has been marked as a duplicate of 4829 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links