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

Bug 444620

Summary: markdown editor can get header elements confused
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2014-09-19 14:04:30 EDT
The markdown release that we upgraded to this summer auto-generates element id's for headers, which causes a problem for the markdown editor because it uses element id's for mapping from source blocks to rendered elements.  So if a document contains more than one header with the same text then the renderer ends up with two elements with the same id, which affects element highlighting, pane auto-scrolling, and block look-ups.  Using classes instead of id's should fix this and should not negatively affect performance.