Community
Participate
Working Groups
Sometimes I select something, e.g. an URL into the clipboard and then go to Mylyn to put this in a task etc. And then it happens, that my selection is overwritten by the Mylyn GUI. Since I am using the KDE klipper application, I can always go back to the selection history and re-select it. But this means: * moving the mouse down * open a pop-up * select the entry * move mouse back to Mylyn GUI This is quite annoying. Concrete example: 1. Select an URL into the clipboard 2. Open an existing local task 3. Click on the icon to create a new sub-task (upper right corner) (Now I want to fill in the URL field..., but the section "Attributes" is closed 4. Click on "Attributes" to open it 5. Now the category "Uncategorized" is selected, replacing my previous selection If I remember other examples, I will comment on this bug. -- Configuration Details -- Product: Eclipse 1.2.1.20090812-1036 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.mylyn_feature 3.3.0.v20091015-0500-e3x
I have noticed this, too. As far as I can tell this is caused by a call to CCombo.select(index) to set the selected value on the category chooser when the task editor controls are constructed. CCombo.select(index) calls text.selectAll() which replaces the clipboard content on Gtk: text.setText (list.getItem (index)); text.selectAll (); I am moving this to platform for advice on how to set the selected value for a CCombo without affecting the clipboard.
This is a duplicate of bug#290851
(In reply to comment #2) > This is a duplicate of bug#290851 Yes, you are right. Closing as duplicate. *** This bug has been marked as a duplicate of bug 290851 ***