tea.mathoverflow.net - Discussion Feed (Long words in comments) Sun, 04 Nov 2018 13:40:33 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Anton Geraschenko comments on "Long words in comments" (3361) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3361#Comment_3361 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3361#Comment_3361 Tue, 23 Feb 2010 21:31:58 -0800 Anton Geraschenko I think this is the same as webkit bug 25622.

]]>
Anton Geraschenko comments on "Long words in comments" (3359) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3359#Comment_3359 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3359#Comment_3359 Tue, 23 Feb 2010 21:14:08 -0800 Anton Geraschenko 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.

]]>
Anton Geraschenko comments on "Long words in comments" (3348) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3348#Comment_3348 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3348#Comment_3348 Tue, 23 Feb 2010 17:23:53 -0800 Anton Geraschenko 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.

]]>
Anton Geraschenko comments on "Long words in comments" (3347) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3347#Comment_3347 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3347#Comment_3347 Tue, 23 Feb 2010 17:20:05 -0800 Anton Geraschenko @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.

]]>
Harald Hanche-Olsen comments on "Long words in comments" (3346) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3346#Comment_3346 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3346#Comment_3346 Tue, 23 Feb 2010 17:18:09 -0800 Harald Hanche-Olsen 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.

]]>
Anton Geraschenko comments on "Long words in comments" (3345) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3345#Comment_3345 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3345#Comment_3345 Tue, 23 Feb 2010 16:44:19 -0800 Anton Geraschenko 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.

]]>
Harry Gindi comments on "Long words in comments" (3343) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3343#Comment_3343 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3343#Comment_3343 Tue, 23 Feb 2010 15:54:58 -0800 Harry Gindi Opera 10.5 βετα on windows displays it fine.

Edit: Also displays fine in Opera on Linux.

]]>
Benjamin Weiss comments on "Long words in comments" (3342) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3342#Comment_3342 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3342#Comment_3342 Tue, 23 Feb 2010 15:48:00 -0800 Benjamin Weiss rwbarton comments on "Long words in comments" (3340) http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3340#Comment_3340 http://mathoverflow.tqft.net/discussion/243/long-words-in-comments/?Focus=3340#Comment_3340 Tue, 23 Feb 2010 15:24:35 -0800 rwbarton 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.

]]>