-
Notifications
You must be signed in to change notification settings - Fork 122
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
Problem with rounded buttons #109
Comments
Can you share the example from a webpage or component? |
Sure. Just create a round button and try to click it.
|
A solution could be checking if the element hovered is actually our target, and if not retry. |
also having this issue |
same |
same issue |
Any update on this issue? Facing same challenge |
@Niek This is what ChatGPT suggests in a nutshell.. Can this solution be incorporated?
Full prompt + answer here - |
That would only work for border-radius styled elements. There are lots of other cases where the clickable object is not a perfect rectangle. I saw it e.g. on SERP links, where links with linebreaks are only clickable on the exact text. |
One solution is to set |
I just want to voice this crutch - you can change the css of the element before clicking so that style="border-radius: 0 " OR
|
When the button is a circle or has rounded box the click may happen to be outside the button.
There is needed a better solution to handle rounded shapes otherwise clicks wont work.
The text was updated successfully, but these errors were encountered: