<AWT Dev> Integrated: 8005970: Mouse cursor is default cursor over TextArea's scrollbar
Sergey Bylokhov
serb at openjdk.java.net
Wed Dec 2 06:55:00 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.
This pull request has now been integrated.
Changeset: 282cb325
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/282cb325
Stats: 412 lines in 3 files changed: 0 ins; 410 del; 2 mod
8005970: Mouse cursor is default cursor over TextArea's scrollbar
Reviewed-by: kizune
-------------
PR: https://git.openjdk.java.net/jdk/pull/886
More information about the awt-dev
mailing list