rikulo / bootjack

Twitter Bootstrap ported in Dart.
https://quire.io
Apache License 2.0
88 stars 15 forks source link

Modal does not work in IE9 #2

Closed marcojakob closed 11 years ago

marcojakob commented 11 years ago

I've tried the widgets on http://static.rikulo.org/blogs/general/bootjack-dquery/demo.html in IE9 on Windows 7. The Modal dialog does not work. The page turns dark but there is no dialog.

simonpai commented 11 years ago

Fixed since 2013/5/6. Thanks for reporting! IE 9 does not support CSS transition, so it falls back to use no animation.

marcojakob commented 11 years ago

Still doesn't seem to work on IE9. I've tried it with the latest bleeding_edge version from github and also with http://static.rikulo.org/blogs/general/bootjack-dquery/demo.html (don't know if you adjusted this example).

simonpai commented 11 years ago

We have release 0.5.1 today. Would you like to give it a try? The bleeding edge works on native IE9 of my local machine, which should function as if Transition is not used. I have also updated the demo in the blog and test with IE9 as well. Let me know if the issue still persist.

marcojakob commented 11 years ago

Perfect, it works!