Re: RFR: 8257414: Drag n Drop target area is wrong on high DPI systems [v3]

2021-03-01 Thread Olga Mikhaltsova
On Sat, 27 Feb 2021 01:18:58 GMT, Sergey Bylokhov wrote: >> Olga Mikhaltsova has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8257414: Drag n Drop target area is wrong on high DPI systems > > Marked as reviewed by serb (Reviewer).

Re: RFR: 8257414: Drag n Drop target area is wrong on high DPI systems [v3]

2021-02-26 Thread Sergey Bylokhov
On Fri, 12 Feb 2021 21:43:56 GMT, Olga Mikhaltsova wrote: >> Please, review this small fix for drag-n-drop on Linux with HiDPI turned on! >> >> This bug is due to the following reason: while scaling Java recalculates >> resolution (W x H) according to sun.java2d.uiScale (W/SCALE x H/SCALE)

Re: RFR: 8257414: Drag n Drop target area is wrong on high DPI systems [v3]

2021-02-12 Thread Olga Mikhaltsova
> Please, review this small fix for drag-n-drop on Linux with HiDPI turned on! > > This bug is due to the following reason: while scaling Java recalculates > resolution (W x H) according to sun.java2d.uiScale (W/SCALE x H/SCALE) and > works inside these new coordinates but at the same time the