You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icon button is stopping the click event to bubble up the DOM structure. This is preventing other listeners to catch the action.
In my usecase i'm placing the button inside an anchor (<a>) to be able to use routerLink feature that is not supported by the button
Is this a feature request (new component, new icon), a bug, or a general issue?
bug
Is this issue related to a specific component?
Icon button
What did you expect to happen? What happened instead? What would you like to see changed?
the click should correctly bubble up across the DOM tree.
What browser are you working in?
any
What version of the Carbon Design System are you using?
latest
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
Zelta
The text was updated successfully, but these errors were encountered:
I can see from the code this is done to avoid emitting the tooltipClick, but to be honest I have no idea how you could trigger just the tooltip click without triggering the button click....Is the tooltipClick really needed here?
Detailed description
The icon button is stopping the click event to bubble up the DOM structure. This is preventing other listeners to catch the action.
In my usecase i'm placing the button inside an anchor (
<a>
) to be able to userouterLink
feature that is not supported by the buttonbug
Icon button
the click should correctly bubble up across the DOM tree.
any
latest
Zelta
The text was updated successfully, but these errors were encountered: