vuetifyjs/vuetify

[Bug Report][3.11.0] Typing with virtual keyboard in iPad causing VMenu position change.

Open

#22376 opened on Nov 28, 2025

View on GitHub
 (8 comments) (2 reactions) (0 assignees)TypeScript (40,995 stars) (7,139 forks)batch import
C: VOverlayT: bughelp wantedplatform specific

Description

Environment

Vuetify Version: 3.11.0 Vue Version: 3.5.25 OS: iOS

Steps to reproduce

  1. Type in VTextField inside Menu

Expected Behavior

VMenu keeps its position.

Actual Behavior

VMenus position changes when typing with virtual keyboard.

Reproduction Link

https://github.com/hanool/vuetify-ipad-scroll-v-overlay

Other comments

Passing :attach="true" would fix, but not recommended in doc. Not reproducible in playground. Reproduce doesn't work in vuetify@3.8.6, but in my personal project it works in 3.8.6. Tested on iPad with iPadOS 17.7.6, 18.5, 26.1.

Images

Image

Contributor guide