Last 12 weeks · 0 commits
1 of 6 standards met
What component (if applicable) URL for category: https://catalyst.tailwindui.com/docs/dropdown Component name: DropdownLabel, DropdownDescription Describe the bug If a DropdownLabel or DropdownDescription is used in an DropdownItem it will capture all events and make "selecting" the element impossible. If it is an item with a ~short text it's possible to select it by clicking on the right side beyond the boundaries of the DropdownLabel or DropdownDescription. There's a small active area on the top and bottom edge, too. To Reproduce Steps to reproduce the behavior: 1. Go to https://catalyst.tailwindui.com/docs/dropdown#with-descriptions 2. Try to select Open, Rename or Delete by clicking on the label or description -> won't work 3. Click on Rename or Delete on the right edge -> Dropdown closes Expected behavior It should be possible to click on a DropdownLabel or DropdownDescription and trigger an on DropdownItem Screenshots Browser/Device (if applicable) OS: Arch Linux Browser chromium 145.0.7632.75, firefox 147.0.3
What component (if applicable) URL for category: Component name: Describe the bug we have no access to our tailwind information To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add screenshots to help explain your problem. Browser/Device (if applicable) OS: [e.g. iOS] Browser [e.g. chrome, safari] Version [e.g. 22] Additional context** Add any other context about the problem here.
Repository: tailwindlabs/tailwind-plus-issues. Description: A place to report bugs discovered in Tailwind Plus. Stars: 254, Forks: 3. Open PRs: 0, open issues: 12. Last activity: 7mo ago. Community health: 37%. Top contributors: reinink, adamwathan, thecrypticace.
What component (if applicable) URL for category: https://tailwindcss.com/plus/ui-blocks/application-ui/application-shells/sidebar#component-c91f624f7c6bcae840b9d674e343cc04 Component name: Sidebar With Header Describe the bug The profile image, when clicked, displays the dropdown menu vertically centered and to the right, instead of rjust below the profile image. To Reproduce Steps to reproduce the behavior: 1. Copy the code in this module under the HTML tab as I have done here: 3. Click on the Profile Icon on the Top Right 4. Observe the menu display halfway down on the page (see attached screenshot) Expected behavior The menu should display directly under the profile image. Note: This happens on all top-navbar profiles in this layout section that have menus. Screenshots Browser/Device (if applicable) OS: Windows 11 Browser: Chrome, Edge Version (latest) Additional context** None, this is all.
Component (if applicable) URL: https://catalyst.tailwindui.com/docs/dialog#with-scrolling-content Component: Dialog (with scrolling content) Describe the bug In the “With scrolling content” Dialog example, clicking/dragging the browser/page scrollbar while the dialog is open causes the dialog to close. It looks like the scrollbar interaction is being treated as an outside click and triggers . To Reproduce 1. Go to https://catalyst.tailwindui.com/docs/dialog#with-scrolling-content 2. Open the “Terms and conditions” dialog 3. Instead of scrolling inside the dialog, click and drag the browser’s right scrollbar (page scrollbar) 4. Release the mouse → the dialog closes Expected behavior Dragging/clicking the browser/page scrollbar should not close the dialog. Only an intentional outside click (on the backdrop) or Escape should close it. Actual behavior Dialog closes on scrollbar drag/release, as if an outside click happened. Browser/Device OS: macOS Browser: Firefox Additional context** We are using the Catalyst template in our app as well, and we can reproduce the exact same behavior there (Headless UI Dialog). So this is not only the docs site — it affects real Catalyst-based apps too.
What component (if applicable) URL for category: Component name: Describe the bug we cannot log in our account / we cannot see any information To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add screenshots to help explain your problem. Browser/Device (if applicable) OS: [e.g. iOS] Browser [e.g. chrome, safari] Version [e.g. 22] Additional context** Add any other context about the problem here.
What component (if applicable) URL for category: Component name: dropdown.tsx Describe the bug ./app/components/ui/components/dropdown.tsx:14:3 Type error: Type 'ForwardRefExoticComponent>' is not assignable to type 'PropsOf["as"] & T & ClassNameOverride["as"]'. Type 'ForwardRefExoticComponent>' is not assignable to type 'PropsOf["as"]'. To Reproduce This is the warnings message Type error in nextjs and typscript can not npm run build but works in dev. Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add screenshots to help explain your problem. Browser/Device (if applicable) OS: windows 11 Browser Crome Version any Additional context** Nothing do add. Types script problem i think.