Skip to content

Always show title and caption in tooltip if truncated

Han Young requested to merge work/hany/always_show_truncated_in_tooltip into master

We only show title and caption in tooltip if they are truncated and no explicit tooltip is set. However, this means the truncated title and caption are never showed in full whenever tooltip is set. Always join the truncated title and caption in the tooltip.

I discovered this when configuring virtual keyboard. The title for fcitx is long, and not able to see the full title is very frustrating.

Before Virt_KB_Before

After Virt_KB_After

Merge request reports