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 236379 Details for
Bug 419170
selection anchor item must be cleared when ancestor of focused item is collapsed
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
patch419170.txt (text/plain), 754 bytes, created by
libing wang
on 2013-10-11 11:50:32 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-11 11:50:32 EDT
Size:
754 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 b676693..ba323ce 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 >@@ -187,6 +187,9 @@ > } > if(that._selections.length > 0){ > that.cursorOn(that._selections[0], true, false, noScroll); >+ } else {//If there is no selection, we should always clear the shift selection anchor. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=419170 >+ that._shiftSelectionAnchor = null; >+ that.cursorOn(); > } > }); > }
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 419170
: 236379 |
236412