| Summary: | Copy/Paste blocks of text in Orion editor causes the cursor/selection to out of alignment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Chris McGee <sirnewton_01> | ||||
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | gheorghe, mamacdon, Silenio_Quarti, simon_kaegi | ||||
| Version: | 3.0 | Flags: | gheorghe:
review+
simon_kaegi: review+ |
||||
| Target Milestone: | 3.0 RC3 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Chris McGee
I see this in master using Firefox 22, so it does not appear to be fixed Created attachment 232599 [details]
fix
The problem happens because Firefox is change the scrollTop of the editor clipDiv. The fix is to reset it to 0 during the editor update. Refresh of the page does not help because FF remembers the scroll offset. Fixed http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=148c83553e8296d1d5cd16eb8c5f4f4cf45fde6a . |