Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 390341

Summary: Paste shortcut not working on import slideout
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Arthorne CLA 2012-09-25 10:16:30 EDT
I20120924-2230

- Copy a URL to your clipboard
- Select a folder in navigator, and select "Import from HTTP"
- Try Ctrl+V to paste the URL into the slideout

-> Paste doesn't work. You can paste from the context menu but not via keyboard shortcut.
Comment 1 Susan McCourt CLA 2012-09-25 14:51:13 EDT
This happens for all slideouts in the navigator.  
See bug 375058 comment 2.
We are trying to propagate more keys to the keybindings, we probably need to special case the clipboard bindings because it's easy to run into this.  

Worse yet, if you use the copy binding to copy a file into the clipbaord and then later try to paste something into a slideout on the navigator, instead you'll be pasting files into your navigator root.
Comment 2 Susan McCourt CLA 2012-09-28 12:33:59 EDT
Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d7ce02ed664a5a8c5c295b5875901cb3049f91a0

I special case the bindings for cut, copy, paste, and select all, so that these still feed to the edit box.