Can't click the "Build" button when trying to build Artifacts
已回答
I think this is a UI issue -- I can work around it by having the artifact be built with the project, but I'd like it to work as intended. I'm new to IntelliJ so I could still be doing something wrong -- it's just that when I click anything on the Artifact menu pop up, it acts like I'm clicking on the code window behind it. Keyboard is not effective either.

请先登录再写评论。
Hi, we have an issue tracking this:
https://youtrack.jetbrains.com/issue/IDEA-316889/Build-artifacts-inactive-if-hamburger-menu-is-on
Feel free to vote and watch the YouTrack item in order to be notified once it has updates. See this article if you are not familiar with YouTrack.
As a temp workaround, you can enable the new UI but disable the hamburger menu option:
File | Settings | Appearance & Behavior | New UI, enable the option Show main menu in a separate toolbar.
Please try and tell me if it fixed your problem.
Gordonandcharles Can you tell mw which version you are using and if you enabled the new UI? Is it on Windows?
It is the new UI on Windows. I will try disabling and see if that changes anything.
Here's the info from the about box:
IntelliJ IDEA 2023.1.2 (Community Edition)
Build #IC-231.9011.34, built on May 15, 2023
Runtime version: 17.0.6+10-b829.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2038M
Cores: 8
Registry:
debugger.new.tool.window.layout=true
documentation.show.toolbar=true
ide.experimental.ui=true
Non-Bundled Plugins:
com.github.setial (4.0.2)
PlantUML integration (6.1.0-IJ2022.2)
Kotlin: 231-1.8.21-IJ9011.34
Indeed, I switched to the "old" UI (I started using IntelliJ very recently so have always had the new mode on) and it worked.
Thank you for your help!
Yes, that workaround works too! (And I kind of prefer the menu like that to be honest). Thank you, and sorry I did not find that on the issue tracker before!