BrandonKirbyson / VSCode-Animations

A VSCode extension that adds animations to the editor
https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations
MIT License
200 stars 6 forks source link

vscode titlebar sub menu animation issue #22

Closed push-on closed 1 year ago

push-on commented 1 year ago

Title:

Submenu animation starting position issue

Description:

When opening the menu for an application, the submenu starts appearing from the top right corner of the screen instead of starting from the location of the menu item is located or from behind of the menu.

This results in the submenu items being too far from the main sub menu and making it unpleasant for the users.

Steps to reproduce:

Actual: The submenu starts appearing from the top right corner of the screen.

Video demonstrating the issue: link to video

BrandonKirbyson commented 1 year ago

OK, thanks for making an issue on this and providing great info and a video. I am on a mac so I don't have that menu but it is an easy fix. I will probably publish an updated version a bit later today and let you know when I do.

BrandonKirbyson commented 1 year ago

Published the new version, had to use vscode.dev to debug this so let me know if it works.

push-on commented 1 year ago

it works. Thanks