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 231588 Details for
Bug 409216
Wrong line height after newline when wrapMode is enabled
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_409216.txt (text/plain), 774 bytes, created by
Silenio Quarti
on 2013-05-27 17:05:29 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-05-27 17:05:29 EDT
Size:
774 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 19d8a3b..fa9e4da 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 >@@ -5370,6 +5370,10 @@ > } > child = this._getLineNext(child); > } >+ if (this._lineHeight) { >+ var args = [startLine, removedLineCount].concat(new Array(addedLineCount)); >+ Array.prototype.splice.apply(this._lineHeight, args); >+ } > if (!this._wrapMode) { > if (startLine <= this._maxLineIndex && this._maxLineIndex <= startLine + removedLineCount) { > this._checkMaxLineIndex = this._maxLineIndex;
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 409216
: 231588