Community
Participate
Working Groups
Created attachment 172030 [details] patch of ClipboardSupportManager for head In ClipboardSupportManager class the iteration is done with the following code : for (int i = PRIORITIES.size() - 1; i > 0; i--) { ... } It means that PRIORITIES[0] will never be proceed in the loop.
This bug is also discussed in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=306500
[GMF Restructure] Bug 319140 : product GMF and component Runtime EMF was the original product and component for this bug
Committed patch to both R 1.4 maintenance and trunk. So fix will be available in both GMF Runtime 1.4.1 (included in Helios SR2) and GMF Runtime 1.5.0 (included in Indigo).