RFR: 4130823: Not painting focus when the radio button has only icon
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Mar 23 06:24:24 UTC 2023
Although the issue here is asking about not painting focus when it has icon, however it seems Windows does not draw focus rect for radiobutton at all so instead of closing this as "Not an issue" it is made to not draw the focusrect even when there is text
This is what can be seen in windows system setting

and notepad

We have currently

and after fix

-------------
Commit messages:
- 4130823: Not painting focus when the radio button has only icon
Changes: https://git.openjdk.org/jdk/pull/13153/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13153&range=00
Issue: https://bugs.openjdk.org/browse/JDK-4130823
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13153.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13153/head:pull/13153
PR: https://git.openjdk.org/jdk/pull/13153
More information about the client-libs-dev
mailing list