AtomMaterialUI / material-theme-issues

Issues Repository for the Material Theme UI plugin for JetBrains
Other
61 stars 4 forks source link

[Bug]: buttons accelerators not underlined when hitting ALT #431

Closed dotpanic closed 6 months ago

dotpanic commented 9 months ago

Describe the bug

Hello,

When hitting ALT on any popup or window, the buttons accelerators are not underlined anymore with latest IntelliJ version. On IntelliJ 2022.3, the buttons were correctly underlined (see the "I" on commit button):

image

But with Intellij 2023.3, this is what I see:

image

I hope this issue has not already been reported :)

Thank you, Mike

To Reproduce

  1. open a project under CVS
  2. change any file
  3. hit CTRL-K to open the commit popup
  4. hit ALT

Expected behavior

"Commit" button accelerator (i) must be underlined

Material Theme Version

8.13.2

IDE

IntelliJ IDEA

System Info

IntelliJ IDEA 2023.3 (Ultimate Edition)
Build #IU-233.11799.241, built on December 2, 2023
Runtime version: 17.0.9+7-b1087.7 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation

Logs/Screenshots

No response

mallowigi commented 9 months ago

Have you checked if it reproduces with the plugin off ?

dotpanic commented 9 months ago

With the plugin off, the IDE (IntelliJ 2023.3) works as expected:

image