Martina Oefelein <[EMAIL PROTECTED]> added the comment: I can reproduce it with Safari if I enlarge the font size (Cmd +), and it looks like this will happen with *any* browser.
Main cause is that the with of the sidebar is set in pixels, while the size of the Quick search box (and the sidebar text as well) scales with the font size. One possible solution would be to set a fixed pixel width for the Quick search box via css. (This wouldn't prevent the sidebar text from overflowing, though, but that usually happens only with *very* large font sizes, as the browsers first try to wrap the text to fit it into the box. Only if individual words won't fit, they overflow.) Another possible solution would be specify the sidebar with in ems. ---------- nosy: +oefe _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3154> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com