-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b25
-
x86
-
linux
-
Not verified
Because of historical (unknown) reasons XSelection has reference to a clipboard and notify it
upon some events. However clipboard is null for the selection we use in DnD, and we might do
some unnecessary actions there. I think it would be better to make XClipboard responsible for
receiving notifications from XSelection and thus decouple XSelection and XClipboard. (in perfect
world XSelection should do nothing unless it is really necessary)
upon some events. However clipboard is null for the selection we use in DnD, and we might do
some unnecessary actions there. I think it would be better to make XClipboard responsible for
receiving notifications from XSelection and thus decouple XSelection and XClipboard. (in perfect
world XSelection should do nothing unless it is really necessary)
- relates to
-
JDK-8013424 Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
- Closed