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
{{ message }}
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.
Looks like it is not possible to disable tooltip for button with label https://github.com/ckeditor/ckeditor5-ui-default/blob/master/src/button/buttonview.js#L205-L215
Label is a default tooltip value when there is no title and this is OK for buttons with icon only.
We can improve this function to prevent of returning label as tooltip value for buttons with label, but I think there still should be an option to simply disable or enable tooltip.
The text was updated successfully, but these errors were encountered:
I know it is possible to disable tooltip via CSS, but I'm not sure if CSS should provide such an API. If we decide to refactor tooltips using balloon panel then CSS API won't work.
Looks like it is not possible to disable tooltip for button with label https://github.com/ckeditor/ckeditor5-ui-default/blob/master/src/button/buttonview.js#L205-L215
Label is a default tooltip value when there is no title and this is OK for buttons with icon only.
We can improve this function to prevent of returning label as tooltip value for buttons with label, but I think there still should be an option to simply disable or enable tooltip.
The text was updated successfully, but these errors were encountered: