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

Bug 426606

Summary: TODO tag inside <!-- --> prevents comment from being closed
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed
Version: 5.0   
Target Milestone: 5.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
screenshot of comment style extending outside <!-- --> none

Description Mark Macdonald CLA 2014-01-24 12:28:42 EST
Created attachment 239313 [details]
screenshot of comment style extending outside <!-- -->

1. Open a .html file in the orion editor
2. Create an HTML comment  <!-- whatever -->
3. Put a TODO tag inside the comment.

This causes the closing --> tag to not be recognized, so the comment styling continues outside the comment block, until EOF or another comment block's --> is reached.