Ezio Melotti added the comment: I experimented a bit more with "text-overflow: ellipsis;" but didn't obtain anything good. With "word-wrap: break-word;" I had better luck, and even if breaking long words might not be the most elegant solution, it looks better than the overflowing text and doesn't hide any content (like text-overflow does).
Georg, what do you think? ---------- keywords: +patch stage: needs patch -> patch review versions: +Python 3.3 -Python 2.6, Python 3.1 Added file: http://bugs.python.org/file27212/issue4711.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4711> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com