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

Bug 387581

Summary: Adding or removing a character at the first index of a line removes the "current line" annotation
Product: [ECD] Orion Reporter: Patrick Naish <patrick.naish>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: chris.whitty, Silenio_Quarti
Version: 0.5   
Target Milestone: 1.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Patrick Naish CLA 2012-08-20 07:01:21 EDT
Overview: 

Starting in column 0 (or 1, as it may be called) of a line, inserting a character or deleting a following character temporarily removes the current line annotation. It is restored on moving away and back.

Steps to Reproduce:

1) Create a file, test.js.

2) Type "a".

3) Observe highlighting is missing. Press ENTER, then UP. Observe highlighting is restored.

4) Press HOME, then DELETE.

Actual Results:

Highlighting disappears.

Expected Results:

Highlighting should persist.