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 ezio.melotti
Recipients ezio.melotti, georg.brandl, scott.dial
Date 2009-07-01.11:04:12
SpamBayes Score 3.7531944e-08
Marked as misclassified No
Message-id <1246446254.48.0.481072429425.issue4711@psf.upfronthosting.co.za>
In-reply-to
Content
I can see 5 possible solutions here:
1) use "overflow: auto" - an horizontal scrollbar will appear at the
bottom of the sidebar;
2) use "overflow: hidden" - no scrollbar and the content that doesn't
fit in the sidebar won't be visible;
3) allow the sidebar to change its width according to the content - this
may have other negative side-effects;
4) try to break/cut the long items - this may be quite difficult to realize;
5) try some experiment with CSS3's "text-overflow: ellipsis" - it's nice
and it should work on Opera an maybe on FF3.5 too.

Fixing #4965 will probably solve this issue using the first solution, 
"text-overflow: ellipsis" could still be used in addition (it cuts the
word and '...' at the end if the text doesn't fit in the container).

Making the sidebar collapsible (as suggested in #3143) could make the
third option feasible.

The old link doesn't work anymore, this works:
http://docs.python.org/library/multiprocessing.html
History
Date User Action Args
2009-07-01 11:04:14ezio.melottisetrecipients: + ezio.melotti, georg.brandl, scott.dial
2009-07-01 11:04:14ezio.melottisetmessageid: <1246446254.48.0.481072429425.issue4711@psf.upfronthosting.co.za>
2009-07-01 11:04:12ezio.melottilinkissue4711 messages
2009-07-01 11:04:12ezio.melotticreate