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").
|
|
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:
Four horizontal scroll bars, two vertical (three if you count the main window scroll bar). Notably, viewing the question itself shows no scroll bars. |
|||||||||
|
|
Not sure if its related, but if you examine the source, there are five blocks starting with
but these blocks do not end. So I can immagine the browser is a bit confused. Within these blocks are some smaller blocks with
But the number of open |
|||||
|
|
