javascript - Calculated width wrong in Chrome, fine in FFox / IE? -


very weird bug im experiencing.

when getting width of cell, in chrome, using jquery (or plain old javascript), appears blindly looks @ css width property, whereas firefox reports rendered width.

example shown here http://jsfiddle.net/dg7cg/

using chrome: '30.0.1599.69 m', rendered output here: enter image description here

i'm expecting value of around 107px, chrome seems report 23px.

does know of javascript function report 'true' width within chrome?

this unintentional regression in chrome tracked https://code.google.com/p/chromium/issues/detail?id=290399


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -