]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Handle lack of .width and .height from getBoundingClientRect() in IE8 14492/head
authorChris Rebert <code@rebertia.com>
Sat, 30 Aug 2014 20:02:05 +0000 (13:02 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 8 Sep 2014 05:58:33 +0000 (22:58 -0700)
commit989dafb153c927645c1afe93c7184b535a321038
tree0be5ddeb3f653b14057d4b32861194801476ccbe
parentfe896923fce4ec29f09055b4778ebc64eda8fccc
Handle lack of .width and .height from getBoundingClientRect() in IE8

Closes #14093
Correction to #14090
Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
js/tooltip.js