<AWT Dev> RFR: 8005970: Mouse cursor is default cursor over TextArea's scrollbar
Sergey Bylokhov
serb at openjdk.java.net
Mon Nov 30 03:43:54 UTC 2020
On Tue, 27 Oct 2020 21:58:54 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> In jdk7 the next bug was fixed: https://bugs.openjdk.java.net/browse/JDK-6431076
> That bug was about text cursor over the scroll bar in XAWT, and it was fixed by using default(arrow cursor) over scrollbar.
>
> For that bug two tests were created:
> 1. The test which verified that default cursor is used over scrollbar in the TextArea
> 2. The test which verified that non-default cursor is used over scrollbar in the TextArea if the non-default cursor is set for the parent frame.
>
> Note that the first test verified the actual bug, but the second test check some implementations detail of XAWT.
> The second test never passed on Windows, and on macOS.
>
> I propose to delete the second test, as it does not test something specific, but check some xawt quirk. The first test is enough.
Any volunteers for a review?
-------------
PR: https://git.openjdk.java.net/jdk/pull/886
More information about the awt-dev
mailing list