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.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !761
Tooltip was just missing word-wrap styling.
Actions