| Summary: | [firefox] Incorrect highlight region shown | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> | ||||
| Component: | Editor | Assignee: | 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: |
|
||||||
Created attachment 228857 [details]
screenshot
Can't reproduce this bug anymore. Firefox must have been in a weird state. |
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).