<div dir="ltr">Rebuilding with -Dgwt.userAgent=<div>ie8,ie9,gecko1_8,safari,opera -Pgwt-admin,gwt-user,dep had no effect. Which given that the default behavior of master is to do this is not surprising.<br><br></div><div>The Internet Exploder &quot;edge&quot; mode seems to be the core culprit here.<br>
<br></div><div>- DHC<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 15, 2013 at 12:18 PM, Daniel Erez <span dir="ltr">&lt;<a href="mailto:derez@redhat.com" target="_blank">derez@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Vojtech Szocs&quot; &lt;<a href="mailto:vszocs@redhat.com">vszocs@redhat.com</a>&gt;<br>
&gt; To: &quot;Dead Horse&quot; &lt;<a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a>&gt;<br>
</div><div class="im">&gt; Cc: &quot;users&quot; &lt;<a href="mailto:users@ovirt.org">users@ovirt.org</a>&gt;<br>
&gt; Sent: Friday, February 15, 2013 3:32:03 PM<br>
&gt; Subject: Re: [Users] Fwd: Internet Explorer with latest master<br>
&gt;<br>
</div><div><div class="h5">&gt; Hi,<br>
&gt;<br>
&gt; doing &quot;make rpm&quot; will actually build Engine using Maven and produce<br>
&gt; RPMs, but you might also want to deploy Engine EAR that was built to<br>
&gt; JBoss server via &quot;make install_artifacts&quot;.<br>
&gt;<br>
&gt; &gt; Thus I assume the master build does not default to compiling for<br>
&gt; &gt; all browsers?<br>
&gt;<br>
&gt; Aside from &quot;make rpm-quick&quot;, which builds quick &amp; dirty RPMs for<br>
&gt; Firefox [gwt.userAgent=gecko1_8], I don&#39;t see any &quot;gwt.userAgent&quot;<br>
&gt; stuff in makefile, so the master build defaults to compiling for all<br>
&gt; browsers, unless you override this via &quot;EXTRA_BUILD_FLAGS&quot;.<br>
&gt;<br>
&gt; I think an easier way to do this is as Alona suggested, invoking<br>
&gt; Maven build directly:<br>
&gt;<br>
&gt;   $ &quot;mvn clean install -Pdep,gwt-admin,gwt-user&quot;, but it&#39;s up to you.<br>
&gt;<br>
&gt; Anyway, I think the problem isn&#39;t related to &quot;gwt.userAgent&quot; property<br>
&gt; at all. If the GWT permutation for IE is missing, blank page will be<br>
&gt; shown, as GWT permutation selector script (*.nocache.js) will not be<br>
&gt; able to load that permutation.<br>
&gt;<br>
&gt; I think the problem might be caused by your client&#39;s IE browser<br>
&gt; settings. As per [1], IE should render HTML page with &quot;&lt;!DOCTYPE<br>
&gt; html&gt;&quot; using standards mode; rendering mode which WebAdmin and<br>
&gt; UserPortal require. So if you see garbled mess in IE, it means IE<br>
&gt; doesn&#39;t render HTML page in standards mode, but in other (quirks?)<br>
&gt; mode, due to some IE browser settings override.<br>
&gt;<br>
&gt; The &quot;X-UA-Compatible&quot; meta-tag actually *forces* IE to render HTML<br>
&gt; page in standards mode, which overrides any IE browser settings:<br>
&gt;<br>
&gt;   &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=9&quot;/&gt;<br>
&gt;<br>
&gt; (I think we should reconsider adding this meta-tag due to reasons<br>
&gt; above, to ensure better compatibility with IE.)<br>
<br>
</div></div>Instead of forcing IE9 mode we can use &quot;edge&quot; mode to display content in the highest mode available.<br>
I.e.:<br>
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;/&gt;<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Vojtech<br>
&gt;<br>
&gt; [1] <a href="http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx</a><br>
&gt;<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; From: &quot;Dead Horse&quot; &lt;<a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a>&gt;<br>
&gt; To: &quot;Alona Kaplan&quot; &lt;<a href="mailto:alkaplan@redhat.com">alkaplan@redhat.com</a>&gt;<br>
&gt; Cc: &quot;users&quot; &lt;<a href="mailto:users@ovirt.org">users@ovirt.org</a>&gt;, &quot;Vojtech Szocs&quot; &lt;<a href="mailto:vszocs@redhat.com">vszocs@redhat.com</a>&gt;<br>
&gt; Sent: Thursday, February 14, 2013 8:02:04 PM<br>
&gt; Subject: Re: [Users] Fwd: Internet Explorer with latest master<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; NVM got it --&gt;<br>
&gt; BUILD_FLAGS=-Dgwt.userAgent=ie8,ie9,gecko1_8,safari,opera<br>
&gt; -Pgwt-admin,gwt-user,dep<br>
&gt; Building now.<br>
&gt;<br>
&gt;<br>
&gt; - DHC<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 14, 2013 at 12:23 PM, Dead Horse &lt;<br>
&gt; <a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a> &gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I remember there being a GWT configuration file somewhere where those<br>
&gt; could be set?<br>
&gt; - DHC<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 14, 2013 at 10:44 AM, Alona Kaplan &lt; <a href="mailto:alkaplan@redhat.com">alkaplan@redhat.com</a><br>
&gt; &gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; Instead of doing make rpm please compile manually using the following<br>
&gt; command:<br>
&gt; mvn clean install -Dgwt.userAgent=ie8,ie9,gecko1_8,safari,opera<br>
&gt; -Pgwt-admin,gwt-user,dep<br>
&gt;<br>
&gt;<br>
&gt; Alona.<br>
&gt;<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; &gt; From: &quot;Dead Horse&quot; &lt; <a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a> &gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt; To: &quot;Vojtech Szocs&quot; &lt; <a href="mailto:vszocs@redhat.com">vszocs@redhat.com</a> &gt;<br>
&gt; &gt; Cc: &quot;Alona Kaplan&quot; &lt; <a href="mailto:alkaplan@redhat.com">alkaplan@redhat.com</a> &gt;, &quot;&lt; <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt;&quot; &lt;<br>
&gt; &gt; <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt;<br>
&gt; &gt; Sent: Thursday, February 14, 2013 6:18:54 PM<br>
&gt; &gt; Subject: Re: [Users] Fwd: Internet Explorer with latest master<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; When I compile the engine I do the following: (FC17 build host)<br>
&gt; &gt; --&gt; git clone <a href="http://gerrit.ovirt.org/ovirt-engine.git" target="_blank">http://gerrit.ovirt.org/ovirt-engine.git</a><br>
&gt; &gt; --&gt; cd ovirt-engine<br>
&gt; &gt; --&gt; make rpm<br>
&gt; &gt;<br>
&gt; &gt; Thus I assume the master build does not default to compiling for<br>
&gt; &gt; all<br>
&gt; &gt; browsers? The GWT compliation seems to go through quite a few<br>
&gt; &gt; permuatations during the compile.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; If master is not set to compile for all browsers then given the<br>
&gt; &gt; above<br>
&gt; &gt; build steps what additionally should I be doing to make it so<br>
&gt; &gt; (guessing refer to above but how to simplify to &quot;make rpm&quot;) ?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; - DHC<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Thu, Feb 14, 2013 at 10:09 AM, Vojtech Szocs &lt; <a href="mailto:vszocs@redhat.com">vszocs@redhat.com</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt; Maybe you&#39;ve compiled the application with -Dgwt.userAgent flag<br>
&gt; &gt; &gt; for<br>
&gt; &gt; &gt; a specific browser?<br>
&gt; &gt;<br>
&gt; &gt; this is a good point, please make sure to compile UserPortal for<br>
&gt; &gt; all<br>
&gt; &gt; browsers, e.g. instead of:<br>
&gt; &gt;<br>
&gt; &gt; $ mvn clean install -Pdep,gwt-user<br>
&gt; &gt; -Dgwt.userAgent=&lt;specificBrowser&gt;<br>
&gt; &gt;<br>
&gt; &gt; you should just do:<br>
&gt; &gt;<br>
&gt; &gt; $ mvn clean install -Pdep,gwt-user<br>
&gt; &gt;<br>
&gt; &gt; This will compile UserPortal for all browsers.<br>
&gt; &gt;<br>
&gt; &gt; However, I don&#39;t think this is the problem here, because IIRC when<br>
&gt; &gt; you compile UserPortal only for browser X and you try to access it<br>
&gt; &gt; in browser Y, you&#39;ll get an empty webpage.<br>
&gt; &gt;<br>
&gt; &gt; Vojtech<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt; From: &quot;Alona Kaplan&quot; &lt; <a href="mailto:alkaplan@redhat.com">alkaplan@redhat.com</a> &gt;<br>
&gt; &gt; To: &quot;Dead Horse&quot; &lt; <a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a> &gt;<br>
&gt; &gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a><br>
&gt; &gt; Sent: Thursday, February 14, 2013 4:18:36 PM<br>
&gt; &gt; Subject: [Users] Fwd: Internet Explorer with latest master<br>
&gt; &gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; The webadmin and userportal works pretty fine for me on ie8 and<br>
&gt; &gt; ie9.<br>
&gt; &gt; Can you please be more specific about what doesn&#39;t work for you?<br>
&gt; &gt; Maybe attaching a screen shot.<br>
&gt; &gt;<br>
&gt; &gt; Maybe you&#39;ve compiled the application with -Dgwt.userAgent flag for<br>
&gt; &gt; a<br>
&gt; &gt; specific browser?<br>
&gt; &gt; You should compile without any specific gwt.userAgent to support<br>
&gt; &gt; all<br>
&gt; &gt; the browsers or to add -Dgwt.userAgent=ie8,ie9 to support ie8 and<br>
&gt; &gt; ie9.<br>
&gt; &gt;<br>
&gt; &gt; Alona.<br>
&gt; &gt;<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt; &gt; From: &quot;Dead Horse&quot; &lt; <a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a> &gt;<br>
&gt; &gt; &gt; To: &quot;&lt; <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt;&quot; &lt; <a href="mailto:users@ovirt.org">users@ovirt.org</a> &gt;<br>
&gt; &gt; &gt; Sent: Wednesday, February 13, 2013 7:01:48 PM<br>
&gt; &gt; &gt; Subject: [Users] Internet Explorer with latest master<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Ever since this change: <a href="http://gerrit.ovirt.org/#/c/11078/" target="_blank">http://gerrit.ovirt.org/#/c/11078/</a><br>
&gt; &gt; &gt; The webadmin and userportal UI no longer displays nor works<br>
&gt; &gt; &gt; correctly<br>
&gt; &gt; &gt; within Internet Explorer 8 or 9.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Under IE 8 or 9 the UI is pretty much an usable garbled mess.<br>
&gt; &gt; &gt; Everything looks and works fine under Chrome and Firefox.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Unfortunately Internet Exploder is a necessary evil for windows<br>
&gt; &gt; &gt; users<br>
&gt; &gt; &gt; to be able to get at SPICE consoles. (No spice plugin/support for<br>
&gt; &gt; &gt; Firefox/Chrome yet...)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; - DHC<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Users mailing list<br>
&gt; &gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Users mailing list<br>
&gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>