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 217506 Details for
Bug 382886
[Chrome][Win] Overview annotations positioning is wrong
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.
[patch]
fix
PR382886.patch (text/plain), 767 bytes, created by
Silenio Quarti
on 2012-06-18 14:00:29 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2012-06-18 14:00:29 EDT
Size:
767 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js b/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js >index 75fff84..8c5bd88 100644 >--- a/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js >+++ b/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js >@@ -2919,9 +2919,9 @@ > var rect2 = div2.getBoundingClientRect(); > div1.style.overflow = 'hidden'; //$NON-NLS-0$ > div2.style.height = "200px"; //$NON-NLS-0$ >- var w1 = div2.offsetWidth; >+ var w1 = div1.clientWidth; > div1.style.overflow = 'scroll'; //$NON-NLS-0$ >- var w2 = div2.offsetWidth; >+ var w2 = div1.clientWidth; > parent.removeChild(div1); > var scrollWidth = w1 - w2; > pad = {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 382886
: 217506