CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.39k stars 437 forks source link

Browser detection (IE) failed #6

Open yuhan210 opened 9 years ago

yuhan210 commented 9 years ago

Newer versions of IE (e.g., IE11) no longer use "MSIE" for identification. The function IsMicrosoft() in browser.js might fail.

yuhan210 commented 9 years ago

Besides, Chrome has both 'Chrome' and 'Safari' inside userAgent string.

brussell123 commented 9 years ago

Thanks for your suggestion. We've added this to our list of bugs to fix.