vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.3.6] VMenu - Incorrect positioning of the block with location="end"

Open PurpleTape opened this issue 2 years ago • 0 comments

Environment

Vuetify Version: 3.3.6 Vue Version: 3.3.4 Browsers: Firefox 114.0 OS: Mac OS 10.15

Steps to reproduce

  1. Click "Show overlay"

Expected Behavior

Positioning is handled correctly, the block is aligned on the right side

Actual Behavior

Positioning is handled incorrectly

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

When changing the width of the content in the next tick after opening the VMenu, the positioning with location="end" will not be processed correctly.

  • The same thing happens with location="top" and heght
  • The problem does not occur with location="start"
  • When changing the size of the browser window, scrolling, etc., the positioning is aligned correctly

PurpleTape avatar Jul 03 '23 01:07 PurpleTape