RFR: 8271398: GTK3 drag view image swaps red and blue color channels

Pankaj Bansal pbansal at openjdk.java.net
Sat Aug 7 18:56:27 UTC 2021


On Fri, 6 Aug 2021 20:44:23 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> > I will look at this. Meanwhile, could you please write an automated system test for this?
> 
> Sure, I would provide it, but in the past drag and drop tests were not possible. Any ideas?

I think it should be possible to write an automated testcase in this case. Find center of window, move mouse to the location and do mouse click (without release). Then move mouse out of window to some location. Afterwards, get the pixel color at mouse location and do mouse release. Looks like it should be possible. Please let me know if there is some problem, I will also try to write one on my end.

-------------

PR: https://git.openjdk.java.net/jfx/pull/599


More information about the openjfx-dev mailing list