Closed GoogleCodeExporter closed 9 years ago
Sorry - the last NOTE above is a bit misleading as worded.. It needs say it's
working everywhere on the site in all other browsers..
Also - the example above shows the issue with use of a button, however the
result is exactly the same when used in other places as:
$(document).ready(function(){
$('#msg-modal').modal({overlayClose:true});
var to=setTimeout("closePop()",8000);
});
Original comment by xander.a...@gmail.com
on 2 Sep 2012 at 6:51
I commented fixIE method, now is it ok ?
fixIE: function () { /*.......*/ }
Original comment by baybora....@gmail.com
on 6 Sep 2012 at 10:32
my page is not work in quirks mode but fixIE method running (ieQuirks is true) ?
but i call js code from browser : javascript:window.alert('You are in ' +
(document.compatMode==='CSS1Compat'?'Standards':'Quirks') + ' mode.') it say to
me that your page is standartMod
P.S: I put
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
.....
.....
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
......
to page also.
Original comment by baybora....@gmail.com
on 6 Sep 2012 at 10:49
Thanks. This should be fixed now with SimpleModal 1.4.3.
Original comment by emartin24
on 8 Sep 2012 at 4:07
Thank you - will test right away!
Sent from my iPhone 4S
Original comment by xander.a...@gmail.com
on 8 Sep 2012 at 6:13
Thanks :)
Original comment by baybora....@gmail.com
on 8 Sep 2012 at 9:06
It's finally working! PERFECT! :)
Sent from my iPhone 4S
Original comment by xander.a...@gmail.com
on 8 Sep 2012 at 10:01
Hi Eric
Thanks for a great plugin! I'm also experiencing the above issue on ie8. Works
fine on the other browsers.
I do have the new simplemodal version 1.4.4 and latest jQuery 1.10.2.
Error is on line 454, s.removeExpression('height');
Any idea on how to fix this?
Thanks
Johan
Original comment by unluckyn...@gmail.com
on 21 Oct 2013 at 8:08
I used baybora's fix and it worked:
Comment out the fixIE: function () { /*.......*/ }
Original comment by unluckyn...@gmail.com
on 21 Oct 2013 at 10:21
[deleted comment]
[deleted comment]
Getting same (or similar) problem in IE9 standards mode with simplemodal 1.4.4.
Original comment by jaykr...@gmail.com
on 25 Mar 2014 at 4:59
Ditto. I am getting similar problem in IE8, simplemodal 1.4.4
Original comment by cwhitchu...@gmail.com
on 24 Dec 2014 at 10:34
Attachments:
Original issue reported on code.google.com by
xander.a...@gmail.com
on 2 Sep 2012 at 4:22