[PATCH][CLA] dojox/gfx/_base.js can mess up rendering on IE due to font metric checking.
This is related to ticket 18080. There is an issue in the dojox/gfx/_base.js file where it ends up clobbering the font size on <html>. This causes significant CSS/rendering issues if you are specifying a font size on those elements. The code should set it, get the measurements, then restore the old font size. It should not leave its over-ride. Patch forthcoming.
Change History (8)
Summary: |
[CLA] dojox/gfx/_base.js can mess up rendering on IE due to font metric checking. →
[PATCH][CLA] dojox/gfx/_base.js can mess up rendering on IE due to font metric checking.
|
Owner: |
set to Jared Jurkiewicz <[email protected]…>
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Pull request for this: https://github.com/dojo/dojox/pull/116