Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
In the comments on this question there is a long "word" (string of characters without spaces), which causes all the comments to be very wide, extending under the sidebar on the right and beyond. It would be nicer if the width of the comments was fixed, and only that single line overflowed.
Oh, I'm using Chrome on Linux, in case that matters.
Opera 10.5 βετα on windows displays it fine.
Edit: Also displays fine in Opera on Linux.
Something must have changed. It used to be that the following css forced "long words" to be broken if they spilled over the edge
.post-text, .comments
{
word-wrap: break-word;
}
No, that isn't right ... the word wrapping is working properly, but for some reason, the table containing the comments is now wider than the div that contains it. I'll look into it. Weirdly, it seems like the table is too wide only on that particular thread. It also seems to render correctly in Firefox 3.5.8 on linux, but not in Chrome.
The word-wrap property is, as far as I understand, a candidate for inclusion in CSS 3. It is not present in CSS 2. Some browsers may not obey it.
@Harald: sorry, I just edited my comment as you were posting your response. I think the word-wrap property is behaving properly, but the table containing the comments is computed as being 842px wide instead of the usual 660px. Even the comments with regular prose are flowing "under" the sidebar.
Chrome seems to be completely ignoring the width property of the table. The div containing it is set to width 660px, and the table is set to 100% width. But if I tweak the table width using the developer tools, it doesn't do anything. On other pages, when I tweak the width, it responds appropriately.
I did a little more looking in to it, and it seems like the long "word" did indeed mess up the whole table of comments. It seems like it really is just that webkit browsers don't know how to use the word-wrap property correctly. Sorry.
At least non-webkit browsers display comments in MO properly. The same is not true for S[OFU], since they refuse to set "word-wrap: break-word;" in css for some reason.
I think this is the same as webkit bug 25622.
1 to 9 of 9