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 click leaking through to DOM element underneath #763

Merged
merged 3 commits into from
Nov 23, 2022

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Nov 22, 2022

See comment, although this is quite hack - I'm torn on whether this is worth it for the bugfix. Upgrading react-aria doesn't fix it either (and also breaks everything in React strict mode).

Fixes #451

See comment, although this is quite hack - I'm torn on whether this
is worth it for the bugfix. Upgrading react-aria doesn't fix it either
(and also breaks everything in React strict mode).

Fixes #762
@dbkr dbkr added the T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems label Nov 22, 2022
@dbkr dbkr requested a review from a team as a code owner November 22, 2022 19:04
src/ListBox.tsx Outdated Show resolved Hide resolved
dbkr and others added 2 commits November 23, 2022 10:06
Co-authored-by: Robin <robin@robin.town>
And also Prettier says hi apparently
@dbkr dbkr merged commit 5c735f0 into main Nov 23, 2022
@dbkr dbkr deleted the dbkr/pointer_event_leak branch December 21, 2022 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Taps on mic/speaker select drowdowns leak through to view underneath
2 participants