> Could someone > test with MSIE? I've just tested with IE9 and I've found two problems:
1) The squiggle is cut off. That's because IE is in quirks mode (just like every other browser, because <!DOCTYPE HTML> is missing, but IE's quirks mode is terrible). 2) By default, no language is selected, so just clicking on “Check” results in an error. That's because IE does not know window.navigator.language, but non-standard properties only (see https://developer.mozilla.org/de/docs/DOM/window.navigator.language#Browser_compatibility). In my opinion, we should not use non-standard properties, but use English as a fallback instead. Regards Markus ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Languagetool-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/languagetool-devel
