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 217278 Details for
Bug 382034
compare widget jumps to top of page when I click "next change"
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
patch382034.txt (text/plain), 1.22 KB, created by
libing wang
on 2012-06-13 10:48:54 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
libing wang
Created:
2012-06-13 10:48:54 EDT
Size:
1.22 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js b/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js >index 45487b0..e6e89bb 100644 >--- a/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js >+++ b/bundles/org.eclipse.orion.client.core/web/orion/explorerNavHandler.js >@@ -324,7 +324,7 @@ > return this._modelIterator.cursor(); > }, > >- cursorOn: function(model, force, next){ >+ cursorOn: function(model, force, next, noScroll){ > var forward = next === undefined ? false : next; > var previousModel, currentModel; > if(model || force){ >@@ -348,7 +348,7 @@ > this.moveColumn(null, 0); > this.toggleCursor(currentModel, true); > var currentRowDiv = this.getRowDiv(); >- if(currentRowDiv && !this._visible(currentRowDiv)) { >+ if(currentRowDiv && !noScroll && !this._visible(currentRowDiv)) { > currentRowDiv.scrollIntoView(!forward); > } > if(this.explorer.onCursorChanged){ >@@ -482,7 +482,7 @@ > if(this._onModelGrid(model, mouseEvt)){ > return; > } >- this.cursorOn(model, true); >+ this.cursorOn(model, true, false, true); > if(isPad){ > this.setSelection(model, true); > } else if(this._ctrlKeyOn(mouseEvt)){
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 382034
: 217278