This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oefe
Recipients Rhamphoryncus, benjamin.peterson, georg.brandl, oefe, rhettinger, tebeka, terry.reedy
Date 2008-06-29.10:32:32
SpamBayes Score 0.014023536
Marked as misclassified No
Message-id <1214735554.1.0.104105135093.issue3154@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-29 10:32:34oefesetspambayes_score: 0.0140235 -> 0.014023536
recipients: + oefe, georg.brandl, rhettinger, terry.reedy, tebeka, Rhamphoryncus, benjamin.peterson
2008-06-29 10:32:34oefesetspambayes_score: 0.0140235 -> 0.0140235
messageid: <1214735554.1.0.104105135093.issue3154@psf.upfronthosting.co.za>
2008-06-29 10:32:33oefelinkissue3154 messages
2008-06-29 10:32:32oefecreate