In Safari, http://stackoverflow.com/posts/5774580/revisions gives four vertical scroll bars - one normal one, one starting at receiver.send(method_name, *parameters, &block), one at "a".send(:casecmp, "b") {|x| x.inspect} and one at "a".casecmp("b").

share|improve this question
1  
Stack Overflow: We love scroll bars! Can't get enough of 'em! – Adam Davis Jun 9 '11 at 11:33

2 Answers

I'm not sure whether this is a problem, or due to the way code and quote blocks are used, but I can duplicate part of the effect on Firefox 4.0.1 win7x64:

enter image description here

Four horizontal scroll bars, two vertical (three if you count the main window scroll bar).

Notably, viewing the question itself shows no scroll bars.

share|improve this answer
3  
Needs more freehand circles. – Adam Davis Jun 9 '11 at 11:37
1  
There you go. – fretje Jun 9 '11 at 15:26

Not sure if its related, but if you examine the source, there are five blocks starting with

<pre><code>

but these blocks do not end. So I can immagine the browser is a bit confused.

Within these blocks are some smaller blocks with

<code>   </code>

But the number of open <code> tags exceeds the number of close </code> tags.

share|improve this answer
As in HTML source, not markdown, right? – Andrew Grimm Jun 9 '11 at 13:35
@Andrew Grimm, yes the html source. – Toon Krijthe Jun 9 '11 at 14:13

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged