-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VOverlayT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Description
Environment
Vuetify Version: 3.10.3
Vue Version: 3.5.13
OS: Android
Steps to reproduce
- Create a vueapp direct for to fit the hole Page.
- use a
- use this app with android->chrome->in mode "desktopview"
Expected Behavior
The “new Box()” on document.documentElement fits to the entire document.
Actual Behavior
The “new Box()” on document.documentElement does not fit the entire document. It is additionally manipulated with visualViewport.scale, which always makes it appear too small.
As a result, the selection is recalculated several times due to overFlow and appears in the wrong place.
Reproduction Link
https://play.vuetifyjs.com/#...
Unfortunately, I can't reproduce this with the tool, as document.documentElement is never used as an overlay.
Other comments
I suspect that the problem is caused by manipulating the visualViewport.scale. If you remove this, everything seems to work as desired.
Images
Metadata
Metadata
Assignees
Labels
C: VOverlayT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected