Last modified: 2012-07-24 02:38:20 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 T35143, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33143 - VisualEditor: Wrong rendering of levels of lists
VisualEditor: Wrong rendering of levels of lists
Status: RESOLVED FIXED
Product: VisualEditor
Classification: Unclassified
Data Model (Other open bugs)
unspecified
All All
: Normal normal
: VE-deploy-2012-07-23
Assigned To: Roan Kattouw
:
Depends on:
Blocks: 37854
  Show dependency treegraph
 
Reported: 2011-12-15 00:16 UTC by Nux
Modified: 2012-07-24 02:38 UTC (History)
5 users (show)

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


Attachments

Description Nux 2011-12-15 00:16:08 UTC
# abc
## second
#* next

Should be:
1. abc
  1. second
  * next

It is now:
1. abc
  1. second
* next

HTML rendering is now:
<ol>
 <li><p>abc</p></li>
 <ol>
  <li><p>second</p></li>
 </ol>
 <ul>
  <li><p>next</p></li>
 </ul>
</ol>

Should be:
<ol>
 <li><p>abc</p>
  <ol>
   <li><p>second</p></li>
  </ol>
  <ul>
   <li><p>next</p></li>
  </ul>
 </li>
</ol>
Comment 1 James Forrester 2012-06-22 19:07:38 UTC
To check we confirm against this when we implement. :-)
Comment 2 James Forrester 2012-06-22 22:05:57 UTC
Mass-moving items into VisualEditor product
Comment 3 James Forrester 2012-06-23 01:34:00 UTC
Mass-move out of "General" to "Data Model".
Comment 4 James Forrester 2012-07-02 21:56:07 UTC
Add to "VE-deploy-2012-07-09" milestone per this morning's meeting.
Comment 5 Roan Kattouw 2012-07-24 02:38:20 UTC
Fixed in today's deployment.

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


Navigation
Links