Comment 8 for bug 592470

Revision history for this message
Jan (jancborchardt-deactivatedaccount) wrote :

Oops, this is _almost_ fixed. The only problem is that the menu width now depends on the width of the longest item, i. e. you can not resize it to be smaller than that. This could be a problem especially with long translations.

Fix: Be able to resize Cardapio anyway, something like overflow:hidden in CSS ;)
Real fix: Be able to resize Cardapio and have the items be dynamically ellipsized, text-overflow:ellipsis ;)

I thought the not-real fix would be easy but I can’t seem to find anything.