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

Bug 404035

Summary: [firefox] Incorrect highlight region shown
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Project Inbox <orion.editor-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
screenshot none

Description Mark Macdonald CLA 2013-03-21 10:58:02 EDT
Using Firefox 20:

1. Create a new .js file with this content:
var foo = function() {} ;

2. Start dragging the cursor in the middle of the line. This will put you in text-selection mode.

3. Drag the cursor to the end of the line. At this point, the browser starts to display some kind of "full-line-selection" highlight. This gives the impression of having selected the entire line, but in reality, it has not (any editor actions you perform will only affect a portion of the line, not the whole thing).
Comment 1 Mark Macdonald CLA 2013-03-21 11:12:28 EDT
Created attachment 228857 [details]
screenshot
Comment 2 Mark Macdonald CLA 2013-03-21 11:46:37 EDT
Can't reproduce this bug anymore. Firefox must have been in a weird state.