RFR: 8366844: Update and automate MouseDraggedOriginatedByScrollBarTest.java [v6]

Damon Nguyen dnguyen at openjdk.org
Fri Sep 5 18:45:59 UTC 2025


> When testing jtreg manual tests, some tests were out of date. This PR is an attempt at updating the test and automating it. 
> 
> `MouseDraggedOriginatedByScrollBarTest.java` works as expected when compared to native apps and outputs drag events even when the mouse pointer is dragged off of the scrollbar and window altogether. Events should still fire, but the previous instructions may make this confusing since it reads as if no events should be output to the textarea at all.

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

  Update with final var and loop increment

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26636/files
  - new: https://git.openjdk.org/jdk/pull/26636/files/bccc167d..54eb11d4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26636&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26636&range=04-05

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

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


More information about the client-libs-dev mailing list