microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
179 stars 88 forks source link

UI Distortion in Explorer-Maven When Closing 'plugins' after Opening Project #1013

Closed jianggujie1 closed 6 months ago

jianggujie1 commented 7 months ago

Issue Title

UI Distortion in Explorer-Maven When Closing 'plugins' after Opening Project

Description

In Visual Studio Code, using the Maven for Java plugin, I've encountered an issue where, after opening a project, expanding the "plugins" section in the Explorer's Maven view and subsequently closing it results in UI distortion.

屏幕截图 2023-12-14 093302

Steps to Reproduce

  1. Open Project X.
  2. In the Explorer's Maven view, expand the "plugins" section.
  3. Close the "plugins" section.
  4. Observe the UI distortion [provide details on the distortion observed].

Environment Information

Expected Behavior

The expected behavior is that the UI remains normal after closing the "plugins" section, without any distortion.

AnskCat commented 7 months ago

Having same issue. Apart of UI failure, it is not possible to click on plugin goals/tasks.

image

Environment Information

vanchKong commented 7 months ago

Having same issue.

haogaulle commented 7 months ago

Having same issue.

bylwong commented 7 months ago

Seems to be degraded in latest vscode version 1.85.1. Worked fine in 1.84.2.

Verified working combination: Maven for Java Version: v0.43.0 Visual Studio Code Version: 1.84.2

paulzhn commented 6 months ago

Having the same issue, hope to fix it

testforstephen commented 6 months ago

I can reproduce this issue in vscode@1.85.1 as well, this is a bug in the upstream VS Code. The latest insiders seems fixed it, and I tried the latest vscode-insider@1.86.0 (https://code.visualstudio.com/insiders/) again, it works fine. Could you try the latest vscode-insider and let me know whether it works? thanks.

LucasMRC commented 6 months ago

Having same issue in Insiders 1.86.0 image

dorabra commented 6 months ago

Having it too, plus it does not display the lower levels of options in each of the plugins.

Please find a solution 🙏.

testforstephen commented 6 months ago

Having same issue in Insiders 1.86.0

@LucasMRC What insider version do you use?

testforstephen commented 6 months ago

Having it too, plus it does not display the lower levels of options in each of the plugins.

Please find a solution 🙏.

This issue has been fixed by upstream VS Code. It's in the latest vscode-insider, please try it. @dorabra