Re: RFR: 8262085: Hovering Metal HTML Tooltips in different windows cause IllegalArgExc on Linux [v3]

2021-03-01 Thread Prasanta Sadhukhan
On Mon, 1 Mar 2021 11:15:09 GMT, Alexander Zvegintsev wrote: >> This issue occurs only under `MetalLookAndFeel` on Linux. >> >> It was introduced by >> [JDK-8040630](https://bugs.openjdk.java.net/browse/JDK-8040630) fix. >> >>> component.setBounds(ownerX, ownerY, 1, 1); >> >> This line

Re: RFR: 8262085: Hovering Metal HTML Tooltips in different windows cause IllegalArgExc on Linux [v3]

2021-03-01 Thread Alexander Zvegintsev
> This issue occurs only under `MetalLookAndFeel` on Linux. > > It was introduced by > [JDK-8040630](https://bugs.openjdk.java.net/browse/JDK-8040630) fix. > >> component.setBounds(ownerX, ownerY, 1, 1); > > This line adds an extra reshape call with `1x1` size right before getting > another