Bug 182403 - Remote Scratchpad Issue's
Summary: Remote Scratchpad Issue's
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-04-13 16:56 EDT by Kevin Doyle CLA
Modified: 2011-05-25 07:51 EDT (History)
2 users (show)

See Also:


Attachments
Double Clicking on an object will expand/collapse the object if it is expandable (1.37 KB, patch)
2007-06-12 14:32 EDT, Kevin Doyle CLA
mober.at+eclipse: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Doyle CLA 2007-04-13 16:56:11 EDT
#1. After dragging an item into the remote scratchpad and removing it, the right click menu is not the original one when the scratchpad is empty.

Steps to reproduce:

1. Drag the local connection to the remote scratchpad.
2. Click "Remove All From View" button on the toolbar for the scratchpad.
3. Right click in the window.  The popup menu contains actions related to the local connection.

--------------------------------------------------

#2. Can't Drag a filter into the Remote Scratchpad.

Drag a filter into the scratchpad and get the error RSEG1106E:

"File tchendt.Local.interface org.eclipse.rse.services.files.IFileService.tchendt.tchendt:local.files.Desktop not found on host Local"

--------------------------------------------------

#3. Double Clicking on a folder within the scratchpad moves you inside that folder and you can no longer remove the items from the scratchpad.

Steps to produce:

1. Drag and Drop a folder/connection into the scratchpad.
2. Double click on the folder/connection.  
3. Clicking "Remove all from view" button on the scratchpad's toolbar does nothing.

----------------------------------------------

#4. This next bug is specific to my computer.  I've had others try this and it doesn't happen for them.

Drag and Drop anything into the remote scratchpad.  It appears nothing happens.    I have to right click and click Refresh for the contents to be displayed.

-----------Enter bugs above this line-----------
installation : eclipse-SDK-3.3M6
RSE install  : Integration Build-I20070412-0600
java.runtime : Sun 1.5.0_11-b03
os.name:     : Windows XP, Service Pack 2
------------------------------------------------
Comment 1 Rupen Mardirossian CLA 2007-06-08 15:41:43 EDT
After some investigation, it seems that bug #1 and #4 are no longer an issue and have been fixed due to other bugs.  My first solution(patch) to Bug 187713 resolves problem #2, although the solution is being looked at and reworked I believe from Dave Mkcnight's comment.  I have been looking at #3 for some time, trying to distinguish the different calls between the expand and double click functionality. I am having a hard time since most of the operation is taken in the eclipse classes.  
Comment 2 Kevin Doyle CLA 2007-06-12 14:32:07 EDT
Created attachment 71065 [details]
Double Clicking on an object will expand/collapse the object if it is expandable

Changed double clicking, so it works the same as if you pressed the +(-) icon beside the object.

Legal Message: I, Kevin Doyle, declare that I developed attached code from
scratch, without referencing any 3rd party materials except material licensed
under the EPL. I am authorized by my employer, IBM Canada Ltd. to make this
contribution under the EPL.
Comment 3 David McKnight CLA 2007-06-12 14:51:01 EDT
I'll defer this for 2.0.1 since these aren't critical and it's too late in the cycle to be making this kind of change for RC3.
Comment 4 David McKnight CLA 2007-06-28 16:06:15 EDT
I've applied the patch to cvs.  Thanks.
Comment 5 Kevin Doyle CLA 2007-07-05 14:02:26 EDT
Verified with I20070705-0600 that 1, 3, and 4 are fixed.  New bug was opened for #2.