Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dropdown): prevent radix focus trap to disable scroll inside dropdown #1857

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

Powerplex
Copy link
Contributor

@Powerplex Powerplex commented Jan 29, 2024

TYPE(SCOPE): TITLE

TASK: #1838

Description, Motivation and Context

Please check this issue radix-ui/primitives#1159

For now the best I can do is prevent Radix from setting pointerEvents: "none" in the style attributes of Dropdown.Items (which is merged with Popover.Content through asChild)

Types of changes

  • 🪲 Bug fix (non-breaking change which fixes an issue)

@acd02 acd02 changed the title fix(dropdown): prevent radix focus trap to disable scroll inside drop… fix(dropdown): prevent radix focus trap to disable scroll inside dropdown Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f12094) 98.05% compared to head (73d2e49) 98.05%.
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1857   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files         709      709           
  Lines        5042     5042           
  Branches     1836     1836           
=======================================
  Hits         4944     4944           
  Misses         98       98           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Powerplex Powerplex merged commit 7e69308 into main Jan 30, 2024
10 of 11 checks passed
@Powerplex Powerplex deleted the debug-dropdown-dialog branch January 30, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants