RFR: 8344981: [REDO] JDK-6672644 JComboBox still scrolling if switch to another window and return back [v3]

Damon Nguyen dnguyen at openjdk.org
Tue Feb 11 19:16:36 UTC 2025


> Redo for JComboBox infinite scrolling issue. The issue is that when a scrollbar is clicked and held, if the user switches focus (ex: ALT+TAB) while scrolling, when focused is returned to the scrolling application, the JComboBox will still be scrolling even though nothing it being clicked.
> 
> Previously, a KeyboardFocusListener was added to determine the focus. However, there was a memory leak on Windows and Ubuntu. This current implementation uses the current FocusManager and is overall a cleaner, simpler approach.
> 
> CI testing is green on all platforms.

Damon Nguyen has updated the pull request incrementally with two additional commits since the last revision:

 - Update copyright year
 - Change fix to use isShowing. Update test to auto.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23451/files
  - new: https://git.openjdk.org/jdk/pull/23451/files/a7856b88..5e4f3124

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

  Stats: 139 lines in 2 files changed: 99 ins; 20 del; 20 mod
  Patch: https://git.openjdk.org/jdk/pull/23451.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23451/head:pull/23451

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


More information about the client-libs-dev mailing list