Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 232600 Details for
Bug 411267
Selection does not work with block cursor visible (vi and overwrite mode)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
fix
file_411267.txt (text/plain), 833 bytes, created by
Silenio Quarti
on 2013-06-20 10:55:23 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-06-20 10:55:23 EDT
Size:
833 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js >index 70e35d0..ab959b5 100644 >--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js >+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js >@@ -5768,10 +5768,13 @@ > this._ignoreSelect = true; > } > if (this._cursorDiv) { >+ range = document.createRange(); > if (startCaret) { >+ range.setStart(startLineNode, startLineOffset); > range.setEnd(startLineNode, startLineOffset); > } else { > range.setStart(endLineNode, endLineOffset); >+ range.setEnd(endLineNode, endLineOffset); > } > var rect = range.getClientRects()[0]; > var cursorParent = this._cursorDiv.parentNode;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 411267
: 232600