Actions
Bug #5048
closedIf tooltip title is longer than the width it causes the title to overflow
Description
When a tooltip has a long string for a title, but short width it causes scrollbar overflow display. The tooltip should detect on construct if the title surpasses the width and increase the width to ensure it'll fit. An alternative is to ensure word wrapping with break word is fully implemented.
Actions