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
I assume that you are using ui5-button with no text(icon only). This means that you need to set the aria-label and title properties to the ui5-button. Why do you need to set them to the inner SVG?
The same logic applies to the tooltip as well. If you set the tooltip to the icon, if you hover the button between the border and the icon, no tooltip will be shown. Do you need a tooltip for the whole button?
I assume that you are using ui5-button with no text(icon only). This means that you need to set the aria-label and title properties to the ui5-button. Why do you need to set them to the inner SVG?
I found that this issue has been resolved in 0.23.6
The same logic applies to the tooltip as well. If you set the tooltip to the icon, if you hover the button between the border and the icon, no tooltip will be shown. Do you need a tooltip for the whole button?
Yes, I need a tooltip for the whole button. I don't want to show the tooltip of icon
Dear colleagues,
I am from SuccessFactors Web Experience Shanghai team.
Component:
The component is ui5-button ( icon only button ), this icon i passed is : message-error icon
Feature request:
The text was updated successfully, but these errors were encountered: