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

Component should have not more than one modifier to handle InteracionSource event #124

Closed
rock3r opened this issue Sep 21, 2023 · 2 comments

Comments

@rock3r
Copy link
Collaborator

rock3r commented Sep 21, 2023

Links don't react to clicks and don't get focus, both on main and in #123

@rock3r rock3r added bug Something isn't working release-blocker Issues that block a (stable) release of the library labels Sep 21, 2023
@rock3r rock3r added this to the Build 0.7.0 (milestone 7) milestone Sep 21, 2023
@fscarponi fscarponi changed the title Links don't get interactions: clicks & focus don't work Component should have not more than one modifier to handle InteracionSource event Sep 21, 2023
@fscarponi fscarponi added good first issue and removed bug Something isn't working release-blocker Issues that block a (stable) release of the library labels Sep 21, 2023
@fscarponi
Copy link
Collaborator

Introducing Modifier.pointerHoverIcon on a clickable component will cause issues about event dispatching if the modifiers are not placed in the right order (clickable on top-> last modifier).
if a component should handle more than a simple click event, we should consider using a single PointerInput handler.

@rock3r rock3r modified the milestones: Build 0.7.0 (milestone 7), Milestone 8 — v0.8.0, Build 1.0.0 Oct 4, 2023
@fscarponi fscarponi removed their assignment Jul 9, 2024
@rock3r rock3r removed this from the Build 1.0.0 milestone Jul 9, 2024
@rock3r
Copy link
Collaborator Author

rock3r commented Jul 22, 2024

Obsolete as of 0.20.0

@rock3r rock3r closed this as completed Jul 22, 2024
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

No branches or pull requests

2 participants