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

Bug 400608

Summary: SFTP credentials callout disappears too eagerly
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: susan
Version: 2.0Flags: mamacdon: review+
Target Milestone: 2.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-02-12 12:49:51 EST
1. From the Orion Navigator, create some folder
2. Select the folder, click Actions > SFTP from...
3. Click the "New" dropdown. A callout appears for credentials. Start typing in one of the fields
4. Mouseover the callout, then mouseout.
5. The callout disappears

I was expecting it to stay on screen.
Comment 1 Susan McCourt CLA 2013-02-12 12:54:56 EST
I will investigate this for RC2 and see how involved it is.
Comment 2 Susan McCourt CLA 2013-02-13 12:47:41 EST
When I fixed bug 398960, I added code to leave the tooltip showing when the user mouses over the tip, and then hide the tooltip when the user mouses out of the tip.  This fix should only have been used when the tooltip is in "mouseover" trigger, not in "click" trigger.  I've moved that code into the handling for "mouseover" tips.

branch 400608, http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d012d392c06d4fd973e9e1d2c0e158d10ae1fba5
Comment 3 Mark Macdonald CLA 2013-02-13 12:58:42 EST
+
Comment 4 Susan McCourt CLA 2013-02-13 13:01:51 EST
thanks, Mark.
pushed.