NPE in expression
[browser msie] && [version < 10]
Leads into a crash and the file cannot be opened again.
Correct and working:
[browser msie] && [version <10]
[browser msie] && [version < 10]
Leads into a crash and the file cannot be opened again.
Correct and working:
[browser msie] && [version <10]
Personally I think that even if the expression was wrong it shouldn't lead to being unable to open a file :)
anyway, when can we expect 1.5? Or at least a beta with this fixed because being unable to open a file is really annoying :)
Unfortunately we are late with our release plan. Expect a new release at the end of March. :-)
Thanks for letting me know. Great, it is early than feared and the plugin is otherwise really good and practical.
Status changed to closed