On Mon, 9 Jun 2025 21:17:22 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
> This change is to restore the original intent of the test by updating the > instructions to check that the type of Cursor is preserved when clicked and > dragged. Now the test correctly has instructions to check that an I-beam > cursor stays an I-beam until released over a List with its cursor being > updated to a Hand cursor. > > There is a bug where this does not correctly update in macOS (found in > [JDK-7177297](https://bugs.openjdk.org/browse/JDK-7177297)). So, this test > needs to be problem-listed. > > I have confirmed that preserving the cursor image when dragging is native > behavior across macOS, Windows, and Ubuntu. And I have checked that the test > passes on both Windows and Ubuntu, while macOS fails and immediately updates > the cursor as it leaves the TextArea. This pull request has now been integrated. Changeset: 7576064a Author: Damon Nguyen <dngu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7576064a10c0f7a1fbfe88fc39254f32005d88f8 Stats: 85 lines in 2 files changed: 66 ins; 3 del; 16 mod 8359061: Update and ProblemList manual test java/awt/Cursor/CursorDragTest/ListDragCursor.java Reviewed-by: honkar, aivanov ------------- PR: https://git.openjdk.org/jdk/pull/25705