1px dotted border disappears in Linux Google Chrome

When developing a site that I cannot directly link to, I discovered the following problem.

When the content of a div makes it over 4098 pixels tall, the border disappears. Here is an example:

http://jsfiddle.net/ezimir/RzPSm/

This is only displayed on Linux (Ubuntu) (other browsers and OS do this). I am currently using Google Chrome 12.0.742.112.

How to make this frame on tall elements?

+5
source share
1 answer

The same error occurs with (all Windows 7) these versions of Chrome:

  • 12.0.742.112 (stable)
  • 14.0.814.0 (dev)
  • 14.0.814.0 (Canary Islands)

This does not happen in Safari.

: http://code.google.com/p/chromium/issues/list

+1

All Articles