Message89974
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 |
|
Date |
User |
Action |
Args |
2009-07-01 11:04:14 | ezio.melotti | set | recipients:
+ ezio.melotti, georg.brandl, scott.dial |
2009-07-01 11:04:14 | ezio.melotti | set | messageid: <1246446254.48.0.481072429425.issue4711@psf.upfronthosting.co.za> |
2009-07-01 11:04:12 | ezio.melotti | link | issue4711 messages |
2009-07-01 11:04:12 | ezio.melotti | create | |
|