Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 438180

Summary: [IE only] ordered list numbering is wrong in markdown editor preview
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Grant Gayed CLA 2014-06-25 15:52:28 EDT
Ordered lists are all prefixed with the number "1", rather than ascending in value.  This is caused by the <div>'s that separate the item elements from the list element.  It should be possible to remove these div's and put the element id's on the marked-generated elements, but need to verify that doing so does not introduce breakages in areas such as replacing a preview element of one type with an element of another type, or even of the same type (or with different sets of decendents, etc).