<div dir="ltr"><div><div><div><div><div>When I compile the engine I do the following: (FC17 build host)<br></div>--&gt; git clone <a href="http://gerrit.ovirt.org/ovirt-engine.git">http://gerrit.ovirt.org/ovirt-engine.git</a><br>
</div>--&gt; cd ovirt-engine<br></div>--&gt; make rpm<br><br></div>Thus I assume the master build does not default to compiling for all browsers? The GWT compliation seems to go through quite a few permuatations during the compile.<br>
<br></div><div>If master is not set to compile for all browsers then given the above build steps what additionally should I be doing to make it so (guessing refer to above but how to simplify to &quot;make rpm&quot;) ?<br>
</div><div><br></div>- DHC<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 14, 2013 at 10:09 AM, Vojtech Szocs <span dir="ltr">&lt;<a href="mailto:vszocs@redhat.com" target="_blank">vszocs@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">Hi,<br>
<div class="im"><br>
&gt; Maybe you&#39;ve compiled the application with -Dgwt.userAgent flag for a specific browser?<br>
<br>
</div>this is a good point, please make sure to compile UserPortal for all browsers, e.g. instead of:<br>
<br>
  $ mvn clean install -Pdep,gwt-user -Dgwt.userAgent=&lt;specificBrowser&gt;<br>
<br>
you should just do:<br>
<br>
  $ mvn clean install -Pdep,gwt-user<br>
<br>
This will compile UserPortal for all browsers.<br>
<br>
However, I don&#39;t think this is the problem here, because IIRC when you compile UserPortal only for browser X and you try to access it in browser Y, you&#39;ll get an empty webpage.<br>
<span class="HOEnZb"><font color="#888888"><br>
Vojtech<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
----- Original Message -----<br>
From: &quot;Alona Kaplan&quot; &lt;<a href="mailto:alkaplan@redhat.com">alkaplan@redhat.com</a>&gt;<br>
To: &quot;Dead Horse&quot; &lt;<a href="mailto:deadhorseconsulting@gmail.com">deadhorseconsulting@gmail.com</a>&gt;<br>
Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a><br>
Sent: Thursday, February 14, 2013 4:18:36 PM<br>
Subject: [Users] Fwd:  Internet Explorer with latest master<br>
<br>
Hi,<br>
<br>
The webadmin and userportal works pretty fine for me on ie8 and ie9.<br>
Can you please be more specific about what doesn&#39;t work for you? Maybe attaching a screen shot.<br>
<br>
Maybe you&#39;ve compiled the application with -Dgwt.userAgent flag for a specific browser?<br>
You should compile without any specific gwt.userAgent to support all the browsers or to add -Dgwt.userAgent=ie8,ie9 to support ie8 and ie9.<br>
<br>
Alona.<br>
<br>
----- 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;&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; Sent: Wednesday, February 13, 2013 7:01:48 PM<br>
&gt; Subject: [Users] Internet Explorer with latest master<br>
&gt;<br>
&gt; Ever since this change: <a href="http://gerrit.ovirt.org/#/c/11078/" target="_blank">http://gerrit.ovirt.org/#/c/11078/</a><br>
&gt; The webadmin and userportal UI no longer displays nor works correctly<br>
&gt; within Internet Explorer 8 or 9.<br>
&gt;<br>
&gt; Under IE 8 or 9 the UI is pretty much an usable garbled mess.<br>
&gt; Everything looks and works fine under Chrome and Firefox.<br>
&gt;<br>
&gt; Unfortunately Internet Exploder is a necessary evil for windows users<br>
&gt; to be able to get at SPICE consoles. (No spice plugin/support for<br>
&gt; Firefox/Chrome yet...)<br>
&gt;<br>
&gt; - DHC<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>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>