Popover issues with Vue. No visible transition, on headlessui.dev opening
See original GitHub issueWhat package within Headless UI are you using?
I’m using "@headlessui/vue": "1.6.1"
but the issue is visible on headlessui.dev.
What version of that package are you using?
1.6.1
What browser are you using?
Firefox 101, Chrome 102
Reproduction URL
The headlessui.dev example codebase. https://headlessui.dev/vue/popover
Describe your issue
When visiting the page, the vue popover
- doesn’t auto-open.
- When it is manually clicked it seems to not respond to the first click but then opens on the second click.
- When it does open it does not appear to have any transitions applied.
https://user-images.githubusercontent.com/641502/173177906-0edb012f-09b5-479b-af8d-c49f0a1a8ceb.mov
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:7
Top Results From Across the Web
Headless UI - Popover - Menu item state - Stack Overflow
I am using TailwindCSS and HeadlessUI on a ReactJS project for my school and I was wondering the same thing.
Read more >Disclosure - Headless UI
Headless UI keeps track of a lot of state about each component, like which listbox option is currently selected, whether a popover is...
Read more >Popover | Components - BootstrapVue
The Popover feature provides a tooltip-like behavior, can be easily applied to any interactive element via the component or v-b-popover directive.
Read more >HeadlessUI: Popover. Part 2: Styling an open panel's button
When the Popover panel is open, the icon will point to the bottom, ... In this part, we are going to add the...
Read more >Headless UI v1.0 - Tailwind CSS
Today we're super excited to release Headless UI v1.0, which more than doubles the amount of included components for both React and Vue....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think that the second point of this issue,
When it is manually clicked it seems to not respond to the first click but then opens on the second click.
Was not addressed. I am still seeing this issue with Chrome on https://headlessui.com/vue/popoverHey! Thank you for your bug report! Much appreciated! 🙏
The enter transition should work now. https://headlessui.com/vue/popover If you have other issues, please open a new issue with a reproduction attached 💪