\n\u003Cimg width=\"1455\" height=\"345\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a66db53c-b90f-425a-9608-90b64e1ee248\" />",[3139,3140,3141],{"name":3078,"color":3079},{"name":3081,"color":3082},{"name":3084,"color":3085},4666,"Nuxt UI v2 triggers full page reload on file changes when used as Nuxt module (Windows 11)","2025-08-05T11:02:17Z","https://github.com/nuxt/ui/issues/4666",0.71014374,{"description":3148,"labels":3149,"number":3158,"owner":3087,"repository":3088,"state":3159,"title":3160,"updated_at":3161,"url":3162,"score":3163},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v23.9.0\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: pnpm@10.5.2\n- Builder: -\n- User Config: devtools, css, colorMode, modules, imports, nitro, lodash, icon, components, ssr, $production, runtimeConfig, compatibilityDate\n- Runtime Modules: @nuxt/ui-pro@3.1.3, @pinia/nuxt@0.5.5, nuxt-lodash@2.5.3\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.17.5\n\n### Reproduction\n\nUTooltip occasionally does not display\n\n### Description\n\nUTooltip occasionally does not display\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3150,3151,3154,3155],{"name":3078,"color":3079},{"name":3152,"color":3153},"needs reproduction","CB47CF",{"name":3081,"color":3082},{"name":3156,"color":3157},"closed-by-bot","ededed",4408,"closed","UTooltip occasionally does not display","2025-07-05T02:13:30Z","https://github.com/nuxt/ui/issues/4408",0.67412937,{"description":3165,"labels":3166,"number":3171,"owner":3087,"repository":3088,"state":3159,"title":3172,"updated_at":3173,"url":3174,"score":3175},"### Environment\n\nn/a as it can be seen on official docs.\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nI have not provided a minimal repo as the bug can be viewed on the main docs [https://ui.nuxt.com/components/tooltip]\n\n### Description\n\nThe delay in the tooltip delay option does not seem to be working. No matter the setting` :delay-duration=\"10\"` the tooltip still shows up instantly.\n\n### Additional context\n\nI have reproduced this in a vue repo.\n\n### Logs\n\n```shell-script\n\n```",[3167,3168,3169,3170],{"name":3078,"color":3079},{"name":3152,"color":3153},{"name":3081,"color":3082},{"name":3084,"color":3085},4480,"Tooltip delay not working","2025-07-08T09:06:10Z","https://github.com/nuxt/ui/issues/4480",0.6834778,{"description":3177,"labels":3178,"number":3183,"owner":3087,"repository":3087,"state":3159,"title":3184,"updated_at":3185,"url":3186,"score":3187},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v21.6.1`\r\n- Nuxt Version: `3.10.3`\r\n- CLI Version: `3.10.1`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `npm@10.2.4`\r\n- Builder: `-`\r\n- User Config: `nitro`, `modules`, `svgo`, `image`, `googleFonts`, `alias`, `app`, `typescript`, `devtools`, `devServer`\r\n- Runtime Modules: `@pinia/nuxt@0.5.1`, `@nuxt/content@2.12.0`, `@nuxtjs/tailwindcss@6.11.4`, `@nuxtjs/google-fonts@3.1.3`, `nuxt-svgo@4.0.0`, `@vueuse/nuxt@10.9.0`, `@nuxt/image@1.3.0`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-eedaaw\r\n\r\n### Describe the bug\r\n\r\nWhen transitioning between pages the scroll position is reset which is expected. However when passing the transition via the prop to \u003CNuxtPage> this reset takes places before the page is actually changed. Also the visibility 'glitches' in before changing the page.\r\n\r\nAlthough I am quite inexperienced I believe this could be related to https://github.com/nuxt/nuxt/issues/2593\r\n\r\nA workaround for me was to pass the transition in the nuxt config instead. To be able to use js hooks I declared them in the prop without specifying a transition name or type:\r\n```\r\n\u003CNuxtPage :transition=\"{onAfterEnter: () => {console.log('onAfterEnter')},}\"/>\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3179,3180],{"name":3129,"color":3130},{"name":3181,"color":3182},"pages","00DFB5",26034,"scroll jump & visibility issue with page transitions","2025-04-02T08:45:05Z","https://github.com/nuxt/nuxt/issues/26034",0.68991566,{"description":3189,"labels":3190,"number":3195,"owner":3087,"repository":3087,"state":3159,"title":3196,"updated_at":3197,"url":3198,"score":3199},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.18.2`\r\n- Nuxt Version: `3.6.1`\r\n- Nitro Version: `2.5.2`\r\n- Package Manager: `npm@9.8.1`\r\n- Builder: `vite`\r\n- User Config: `ssr`, `nitro`, `app`, `modules`, `security`, `vite`\r\n- Runtime Modules: `nuxt-security@1.0.0-rc.2`, `nuxt-vitest@0.10.2`\r\n- Build Modules: `-`\r\n\r\n\r\nAlthough we are pinned at Nuxt v3.6.1 'for reasons' the bug can be observed in StackBlitz repro on Nuxt v3.8.2\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-6rrfcj?file=pages%2Findex.vue\r\n\r\nNote: Issue relates to keyboard navigation! - not mouse.\r\n\r\n- Open `index` page and tab bring focus to button labelled `Goto Two`. \r\n- Hit enter key to effectively `click` button. (remember, keyboard - not mouse!)\r\n- Browser navigates to page `two`\r\n\r\nNotice the header suggests that the function `handleNext` has been called. This suggest that the `@keyup` event has fired on the `input` control on page `two` as `handleNext` is the function handling of that event. I can't think why this should be expected behaviour. Almost as if the `keyup` event from pressing the button on the `index` page is being seen by page `two` when the `focus()` call is made?! \r\n\r\nOpen the browser devtools to see console.log messages also indicating that `handleNext` has been called.\r\n\r\nAlso, to add additional context/relevant to help diagnose the error. In the script for `two.vue` there is another option (2) that can be uncommented and option (1) commented out. This only calls `focus()` after a delay. With this in place the potential bug doesn't happen.\r\n\r\n### Describe the bug\r\n\r\nI'm seeing what I think maybe a bug when navigating to a page that combines and `input` control with an associated `@keyup` handler that is also focused on page load via `onMounted` lifecycle event.\r\n\r\nFollow the reproduction above and also the effect of delaying the call to `focus()` on the `input` control.\r\n\r\n\r\n### Additional context\r\n\r\nChanging the event type on the `input` field from `@keyup` to `@keydown` also avoids the issue.\r\n\r\n### Logs\r\n\r\n_No response_",[3191,3194],{"name":3192,"color":3193},"3.x","29bc7f",{"name":3129,"color":3130},24434,"Unexpected @keyup triggering on focused input field when navigated to via keyboard \"click\"","2023-11-28T14:35:12Z","https://github.com/nuxt/nuxt/issues/24434",0.6926697,["Reactive",3201],{},["Set"],["ShallowReactive",3204],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvFkaW18bWJ-DA5_2U7J99JxXWpKsMmk1-eFgXVORkzA":-1},"/nuxt/ui/4378"]