radiance icon indicating copy to clipboard operation
radiance copied to clipboard

[Substance] Mouse cursor doesn't revert after resizing

Open kirill-grouchnikov opened this issue 6 years ago • 3 comments

The mouse cursor doesn't always revert to the normal pointer after resizing or hovering over the border to resize, it will simply stay in its resizing state until manually set back to the normal cursor. Happens more frequently on OSX than on Windows but does occur on both.

kirill-grouchnikov avatar May 23 '18 18:05 kirill-grouchnikov

Still a problem in 1.0.2 (I need jdk 8 support). To minimize I'm setting default cursor on contentPane, so only happens in title now, but still annoying :P.

getContentPane().setCursor(Cursor.getDefaultCursor());

dyorgio avatar Mar 21 '19 12:03 dyorgio

I have also seen this issue today. It doesn't happen very much, but it does happen.

It was specifically when I was hovering over the top-right corner near the "close" button. Maybe something about that button is a problem?

Nope, not the close button. I've seen it again with moving the right edge.

Radiance 6.0, Java 11, Windows 10

ed-erwin-tf avatar Aug 18 '22 22:08 ed-erwin-tf

By the way, I've seen this sort of thing recently with Metal LAF on Windows as well. May be a bug in Swing itself.

ed-erwin-tf avatar Feb 08 '23 23:02 ed-erwin-tf