mapgears / scribeui

http://scribeui.org
MIT License
28 stars 15 forks source link

Resize log view in Chrome #40

Closed smercier closed 10 years ago

smercier commented 10 years ago

crash. But it's ok in FF.

jlap commented 10 years ago

Is it a duplicate of #25 or are those separate issues ?

jlap commented 10 years ago

Closed in 326c236e6775e3ddfdfc1b529956afd3daaa859e

In chrome, the .css('top') value and the .position().top value were not the same, this is what caused the bug. However, I don't know why the value was different, I tried reproducing the bug: http://jsfiddle.net/8gzbQ/ but I ws never able to.