Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 420487
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorerNavHandler.js (-1 / +1 lines)
Lines 194-200 Link Here
194
					if(that._selections.length > 0){
194
					if(that._selections.length > 0){
195
						that.cursorOn(that._selections[0], true, false, noScroll);
195
						that.cursorOn(that._selections[0], true, false, noScroll);
196
					} else {//If there is no selection, we should just the first item as the cursored items.  
196
					} else {//If there is no selection, we should just the first item as the cursored items.  
197
						that.cursorOn();
197
						that.cursorOn(null, false, false, noScroll);
198
					}
198
					}
199
					//If shift selection anchor exists and in the refreshed selection range, we just keep it otherwise clear the anchor
199
					//If shift selection anchor exists and in the refreshed selection range, we just keep it otherwise clear the anchor
200
					//See https://bugs.eclipse.org/bugs/show_bug.cgi?id=419170
200
					//See https://bugs.eclipse.org/bugs/show_bug.cgi?id=419170

Return to bug 420487