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 237077 Details for
Bug 420487
Unexpected 'scroll top' behavior in navigator
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
navScroll.patch (text/plain), 862 bytes, created by
Silenio Quarti
on 2013-10-30 15:09:27 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-10-30 15:09:27 EDT
Size:
862 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorerNavHandler.js b/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorerNavHandler.js >index 3c3f7ba..832e3c5 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorerNavHandler.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorerNavHandler.js >@@ -194,7 +194,7 @@ > if(that._selections.length > 0){ > that.cursorOn(that._selections[0], true, false, noScroll); > } else {//If there is no selection, we should just the first item as the cursored items. >- that.cursorOn(); >+ that.cursorOn(null, false, false, noScroll); > } > //If shift selection anchor exists and in the refreshed selection range, we just keep it otherwise clear the anchor > //See https://bugs.eclipse.org/bugs/show_bug.cgi?id=419170
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 420487
: 237077