While developing a site which I can't link to directly, I've found a following problem.

When a div's content makes it more than 4098px high, border disappears. Here's an example:

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

This only appears on Linux (Ubuntu) (other browsers and OS' render this correctly). I'm currently using Google Chrome 12.0.742.112.

How to make that border stick on high elements?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The same bug happens with (all Windows 7) these versions of Chrome:

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

It does not happen in Safari.

Therefore, you should file a bug report here: http://code.google.com/p/chromium/issues/list

link|improve this answer
1  
Looks like it's already been filed: code.google.com/p/chromium/issues/detail?id=32702 – Martin Tóth Jul 13 '11 at 7:51
That bug has been hanging around for an uncomfortably long time.. Thanks for the link. – thirtydot Jul 13 '11 at 8:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.