Closed (cannot reproduce)
Project:
Drupal.org Redesign
Component:
Community
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 03:37 UTC
Updated:
10 Aug 2011 at 01:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
basic commentedI can confirm the same error with Safari and Chrome on OSX 10.6.
Comment #2
c4rl commentedThis is due to long words in certain table cells. See attached.
There are certain CSS properties (such as word-wrap) which seem plausible to help with this, but after some experimentation they don't seem well-supported for table elements, at least not in Safari.
Firefox seems to handle this natively.
I will continue to investigate whether there is a suitable CSS-based solution.
Other possible fixes:
* Move right column into left column so that when the table blows out it doesn't overlap anything on the right
* Truncate long strings
* Punctuate long strings with
<wbr>tagsThe first of these requires no client or server overhead.
Comment #3
c4rl commentedRetitling
Comment #4
manuel garcia commentedThis is also happening in FF 3.6.10. At least on this forum: http://drupal.org/forum/22
Comment #5
manuel garcia commentedComment #6
c4rl commented@Manuel Garcia, confirmed.
Changing the title back since this issue it will exist in any circumstance where there exists a table and a right-column, not just forum pages.
Comment #7
lisarex commentedI think this has been fixed. Closing, but if it's not been, please reopen and assign to the Bluecheese queue.