ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
507 stars 229 forks source link

under IE8 and jquery-1.8.0,document.style.setExpression is wrong #14

Closed mengjie0827 closed 12 years ago

mengjie0827 commented 12 years ago

rt

igz commented 12 years ago

I believe this is due to $.boxModel being deprecated from jQuery. Changing the ieQuirks flag to use a different query seems to work (line 235): ieQuirks = $.browser.msie && (document.compatMode == "BackCompat");

ericmmartin commented 12 years ago

Thanks. This should be fixed now with SimpleModal 1.4.3.