RFR: 8359061: Update and ProblemList manual test java/awt/Cursor/CursorDragTest/ListDragCursor.java [v3]

Damon Nguyen dnguyen at openjdk.org
Thu Jun 12 17:53:12 UTC 2025


> 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.

Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:

  Update instructions.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25705/files
  - new: https://git.openjdk.org/jdk/pull/25705/files/b2f2fc54..154574ec

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25705&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25705&range=01-02

  Stats: 10 lines in 1 file changed: 4 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/25705.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25705/head:pull/25705

PR: https://git.openjdk.org/jdk/pull/25705


More information about the client-libs-dev mailing list