\n \u003C/UTooltip>\n \u003C/UAvatarGroup>\n```\n\n---\n```\n \u003CShareProjectModal\n v-if=\"project\"\n v-model:open=\"isShareProjectModalOpen\"\n :project=\"project\"\n :template-name=\"project.template.name\"\n :primary-document-references=\"project.template.primary_document_reference?.map(d => d.name) || []\"\n />\n```\n\nSharedModal\n\n```\n \u003CUModal\n v-model:open=\"isOpen\"\n :ui=\"{\n content: 'max-w-124',\n footer: 'justify-between',\n body: 'flex flex-col gap-4 px-0 sm:px-0',\n }\"\n >\n\n\u003C/UModal>\n```\n\n\n### Description\n\n\nHi, we are using v4 with an avatarGroup tooltip\n```\n \u003CUAvatarGroup\n v-if=\"sharedUsers.length\"\n :max=\"3\"\n size=\"sm\"\n @click=\"isShareProjectModalOpen = true\"\n >\n \u003CUTooltip\n v-for=\"user in sharedUsers\"\n :key=\"user.emailAddress\"\n :text=\"user.fullName ?? user.emailAddress\"\n :delay-duration=\"0\"\n >\n \u003CUAvatar\n :src=\"user.avatar ?? undefined\"\n :alt=\"user.fullName ?? user.emailAddress\"\n />\n \u003C/UTooltip>\n \u003C/UAvatarGroup>\n```\n\nWe have few modal opening on the same page however we have inconsistency with the tooltip when playing around opening UModal on the page the tooltip would stop working. has anyone encounter such issue?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3218,3219],{"name":3177,"color":3178},{"name":3183,"color":3184},4903,"AvatarGroup & Tooltip","2025-09-08T01:56:54Z","https://github.com/nuxt/ui/issues/4903",0.72299933,{"description":3226,"labels":3227,"number":3231,"owner":3186,"repository":3187,"state":3188,"title":3232,"updated_at":3233,"url":3234,"score":3235},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.13.0\n- Nuxt Version: 3.17.7\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.13\n- Package Manager: npm@11.5.1\n- Builder: -\n- User Config: devServer, runtimeConfig, experimental, devtools, ssr, components, modules, imports, shiki, css, ui, icon, compatibilityDate\n- Runtime Modules: @pinia/nuxt@0.11.2, @nuxt/ui@3.2.0, @nuxt/image@1.10.0, @vueuse/nuxt@13.5.0, nuxt-shiki@0.3.1, @nuxt/icon@1.15.0, @nuxtjs/color-mode@3.5.2, @compodium/nuxt@0.1.0-beta.11\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.17.7\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/dropdown-menu (call any menu DropdownMenu from example)\nhttps://ui.nuxt.com/components/context-menu (call any menu ContexMenu from example)\n\n### Description\n\nWhen I call any UDropdownMenu or UContextMenu in my project, it causes the elements in the entire page template to shift and also removes the scrollbar from the page, which also causes the content to shift. This can also be checked on the documentation page. I made a screen recording.\n\nHere you can see how the icon in the left menu moves to select UI Pro, as well as scrolling this menu. And the main page scroll disappears.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3228,3229,3230],{"name":3177,"color":3178},{"name":3180,"color":3181},{"name":3183,"color":3184},4619,"UDropdownMenu, UContextMenu move elements on the page and remove page scroll","2025-07-28T15:39:43Z","https://github.com/nuxt/ui/issues/4619",0.7255541,{"description":3237,"labels":3238,"number":3245,"owner":3186,"repository":3186,"state":3188,"title":3246,"updated_at":3247,"url":3248,"score":3249},"### Environment\n\n- Operating System: Windows_NT (Windows 11 pro)\n- Node Version: v20.17.0\n- Nuxt Version: ^3.15.4\n- CLI Version: 3.22.2\n- Nitro Version: -\n- Package Manager: npm@10.8.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Reproduction\n\nI created a new Nuxt module using the following command:\n\nnpx nuxi init -t module my-module\n\n\n### Describe the bug\n\nDebugging in WebStorm works fine as long as I don't use any component from the module.\nHowever, as soon as I use a component from the module in the playground (by uncommenting a specific section), my breakpoints are no longer hit.\n\nWhy does debugging stop working when I use a module component in the playground?\nAre there any specific settings in WebStorm or Nuxt that I need to adjust to fix this issue?\n\n\n[mein-nuxt-modul.zip](https://github.com/user-attachments/files/19007706/mein-nuxt-modul.zip)\n\n\n\n\n\n### Additional context\n\nI also wrote the issue on the Webstorm Ticket system. They recommended to post that also here:\nhttps://youtrack.jetbrains.com/issue/WEB-71870/Nuxt-3-Module-Debugging-stops-working-when-using-a-module-component-in-the-playground\n\n\n### Logs\n\n```shell-script\n\n```",[3239,3242],{"name":3240,"color":3241},"pending triage","E99695",{"name":3243,"color":3244},"dx","C39D69",31147,"[de:translated] Nuxt 3 Module – Debugging stops working when using a module component in the playground (WebStorm)","2025-03-02T09:05:14Z","https://github.com/nuxt/nuxt/issues/31147",0.7271085,{"labels":3251,"number":3256,"owner":3186,"repository":3186,"state":3257,"title":3258,"updated_at":3259,"url":3260,"score":3261},[3252,3253],{"name":3240,"color":3241},{"name":3254,"color":3255},"2.x","d4c5f9",10379,"closed","Scrolling behaviour in Firefox","2023-03-17T22:01:06Z","https://github.com/nuxt/nuxt/issues/10379",0.6944876,{"description":3263,"labels":3264,"number":3266,"owner":3186,"repository":3186,"state":3257,"title":3267,"updated_at":3268,"url":3269,"score":3270},"I found a bug ( with last nuxt and http://element.eleme.io/#/en-US/component/tooltip tooltip component. \r\n\r\nWhen y include it on any vue.js page it crash header after reopen it (first open is ok).\r\nF.e. Y open page index next go to about with tooltip and page has no head (f.e. title).\r\n\r\nSome elements like tooltip crash nuxt( With clear vue.js all works fine) \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c460\">#c460\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3265],{"name":3254,"color":3255},532,"element.eleme.io tooltip crash head","2023-01-18T15:39:30Z","https://github.com/nuxt/nuxt/issues/532",0.7038085,{"description":3272,"labels":3273,"number":3279,"owner":3186,"repository":3187,"state":3257,"title":3280,"updated_at":3281,"url":3282,"score":3283},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: pnpm@10.12.1\n- Builder: -\n- User Config: compatibilityDate, devtools, devServer, ssr, runtimeConfig, hooks, css, colorMode, components, modules, ui, i18n, zodI18n\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/test-utils@3.17.2, @nuxt/ui-pro@3.1.3, nuxt-zod-i18n@1.11.5, @nuxtjs/i18n@9.5.3, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.1.0, dayjs-nuxt@2.1.11, nuxt-qrcode@0.4.1\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.3\n\n### Reproduction\n\nTry a combination of USwitch and UTooltip like this:\n\n```\n \u003Cu-tooltip\n :disabled=\"isPhoneNumberSet\"\n :delay-duration=\"250\"\n :ui=\"{ content: 'bg-warning' }\"\n >\n \u003Cu-switch\n :model-value=\"notifications.smsWarnings\"\n :disabled=\"!isPhoneNumberSet\"\n :loading=\"isLoadingSmsWarnings\"\n color=\"secondary\"\n @update:model-value=\"$emit('update:sms-warnings', $event)\"\n />\n\n \u003Ctemplate #content>Add a phone number first\u003C/template>\n \u003C/u-tooltip>\n```\n\n### Description\n\nThe switch on its own works perfectly. But if I wrap it inside of a tooltip, it loses its background color.\n\nIn the provided screenshot you can barely see the switch thumb, but not the background.\n\nI think the problem is somewhere in the base slot but was unable to come up with a reliable solution.\n\n### Additional context\n\n\n\n### Logs\n\n```shell-script\n\n```",[3274,3275,3278],{"name":3177,"color":3178},{"name":3276,"color":3277},"duplicate","cfd3d7",{"name":3180,"color":3181},4342,"Switch becomes invisible when wrapped inside a tooltip","2025-06-16T08:22:11Z","https://github.com/nuxt/ui/issues/4342",0.7102735,{"description":3285,"labels":3286,"number":3288,"owner":3186,"repository":3186,"state":3257,"title":3289,"updated_at":3290,"url":3291,"score":3292},"### Describe the feature\r\n\r\nWhen working with many modules and/or layers, sometimes there can be a regression in the module that breaks the whole Nuxt application.\r\n\r\nFor example, I recently spent a few hours figuring out why the `useRuntimeConfig()` typings were being overridden and resulted in `unknown` causing build to break.\r\n\r\nI have discovered that the module order was problematic: \r\n\r\n```ts\r\n modules: [\r\n \"@nuxt/eslint\",\r\n \"@nuxtjs/i18n\",\r\n \"@nuxt/ui\", // \u003C-- Placing this module after the @nuxtjs/i18n resolves the issue\r\n \"@nuxt/image\",\r\n \"nuxt-security\",\r\n \"@nuxt/fonts\",\r\n \"@vueuse/nuxt\",\r\n \"radix-vue/nuxt\",\r\n \"nuxt-auth-utils\",\r\n \"@nuxtjs/seo\",\r\n \"@vue-final-modal/nuxt\",\r\n \"@vee-validate/nuxt\",\r\n \"nuxt-umami\",\r\n ],\r\n```\r\n\r\nIts unclear which module, technically, has a bug without further investigation, but from the Nuxt side, there should be some checks in place to prevent \"nuxt\" features from being broken by external factors like modules or layers.\r\n\r\n\r\n\r\n\r\n### Additional information\r\n\r\n- [ ] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3287],{"name":3240,"color":3241},29183,"Improve sanity checks when using modules and layers","2024-09-27T20:12:55Z","https://github.com/nuxt/nuxt/issues/29183",0.71494424,["Reactive",3294],{},["Set"],["ShallowReactive",3297],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMf98FvBE-iVK-Qv-wwodMPQlxhtaQRLt-yYZG7G6IxA":-1},"/nuxt/nuxt.com/1881"]