|
|
|
Re: Embedded SWT Browser behaving differently then outside or in debug mode.. [message #1744138 is a reply to message #1744127] |
Thu, 22 September 2016 11:32  |
Eclipse User |
|
|
|
i don't think that is the problem. the user agent and the document.documentMode both report that it really uses 11
The only thing that is really different is somehow the Windows version i run on...
But also we already did have that:
<!DOCTYPE html>
<html ng-app="editorContent" ng-controller="MainController">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
so we have <DOCTYPE and the meta tag already in that page
IF it would be in some kind of compatibility mode what would this display:
alert(document.documentMode);
because now that is always the same so just 11
In the settings of IE i make sure that nothing is the the list of "sites to be in Compatibility view" also i unchecked the checkbox that says "Display intranet sites in Compatibility view" and also use microsoft list
The thing is it is not just "eclipse.exe" because normally we have our own exe called 'servoy.exe' and both fail, but both installs work fine if i start it through a java.exe command.
i added a bug in bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501978 because this is really annoying for us, the only workaround i now have for the windows users that have this problem (not all have this...) is to use a batch file that starts our product by a javaw.exe command instead of using the executable ...
|
|
|
Powered by
FUDForum. Page generated in 0.03842 seconds