Closed yosefraisman closed 7 years ago
After a few hours of debugging, the reason for the redrawing is still unclear. If you close the dialog using the x button on the top, no drop down menu appears (it does if you close using Cancel button, though). Maybe the solution is to trick the workspace and execute outside the handler somehow, or open a dummy window and close it to clear whatever's making this bug happen. Tried using several Display and Shell commands to no avail. Updates to follow.
Keep up the study Yosef!
fromClipboard2()
, that opens a new dialog and automatically tries to ctrl+v
in it. Uses the brand new class ClipboardDialog
.
To Fix:
!content.isDataFlavorSupported(DataFlavor.stringFlavor)
). Find a different way to access the clipboard in Eclipse, or remove the feature completely.ExtendedDialog
).Originally reported in issue #13.