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 236243 Details for
Bug 418842
Shift+Arrow tree item selection problem
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 for the fix
patch418842.txt (text/plain), 990 bytes, created by
libing wang
on 2013-10-08 16:27:24 EDT
(
hide
)
Description:
Patch for the fix
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-08 16:27:24 EDT
Size:
990 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 778eb53..37f2fe7 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 >@@ -474,7 +474,13 @@ > if(this._modelIterator.iterate(forward, forceExpand)){ > this.cursorOn(null, false, forward); > if(selecting){ >- this.setSelection(this.currentModel(), true); >+ var previousModelInSelection = this._inSelection(this._modelIterator.prevCursor()); >+ var currentModelInselection = this._inSelection(this._modelIterator.cursor()); >+ if(previousModelInSelection >= 0 && currentModelInselection >= 0) { >+ this.setSelection(this._modelIterator.prevCursor(), true); >+ } else { >+ this.setSelection(this.currentModel(), true); >+ } > } > } > },
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 418842
: 236243