]> source.dussan.org Git - vaadin-framework.git/commit
Check Trident version to detect compatibility mode (#8884)
authorDos Moonen <darsstar@gmail.com>
Wed, 22 Mar 2017 06:46:00 +0000 (07:46 +0100)
committerPekka Hyvönen <pekka@vaadin.com>
Wed, 22 Mar 2017 06:46:00 +0000 (08:46 +0200)
commitbaa0baf8d6f06dc234c610a0ed558cd66c6c67b4
tree4109300dccb76c8d6023fef53ad1b1ddfb2ea528
parentec0b52a1b6c506a184121c303adb5e4e4711b8f3
Check Trident version to detect compatibility mode (#8884)

IE11 in compatibility mode is actually not too old. It's just not recognized as IE11 if you leave the Trident version out of the equation. Checking the Trident version and using it to determine the actual IE version instead of trusting the possibly emulated MSIE version string.
client/src/test/java/com/vaadin/client/VBrowserDetailsUserAgentParserTest.java
shared/src/main/java/com/vaadin/shared/VBrowserDetails.java