When I compile the engine I do the following: (FC17 build host) --> git clone http://gerrit.ovirt.org/ovirt-engine.git --> cd ovirt-engine --> make rpm
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. 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 "make rpm") ? - DHC On Thu, Feb 14, 2013 at 10:09 AM, Vojtech Szocs <[email protected]> wrote: > Hi, > > > Maybe you've compiled the application with -Dgwt.userAgent flag for a > specific browser? > > this is a good point, please make sure to compile UserPortal for all > browsers, e.g. instead of: > > $ mvn clean install -Pdep,gwt-user -Dgwt.userAgent=<specificBrowser> > > you should just do: > > $ mvn clean install -Pdep,gwt-user > > This will compile UserPortal for all browsers. > > However, I don'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'll get an empty webpage. > > Vojtech > > > ----- Original Message ----- > From: "Alona Kaplan" <[email protected]> > To: "Dead Horse" <[email protected]> > Cc: [email protected] > Sent: Thursday, February 14, 2013 4:18:36 PM > Subject: [Users] Fwd: Internet Explorer with latest master > > Hi, > > The webadmin and userportal works pretty fine for me on ie8 and ie9. > Can you please be more specific about what doesn't work for you? Maybe > attaching a screen shot. > > Maybe you've compiled the application with -Dgwt.userAgent flag for a > specific browser? > 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. > > Alona. > > ----- Original Message ----- > > From: "Dead Horse" <[email protected]> > > To: "<[email protected]>" <[email protected]> > > Sent: Wednesday, February 13, 2013 7:01:48 PM > > Subject: [Users] Internet Explorer with latest master > > > > Ever since this change: http://gerrit.ovirt.org/#/c/11078/ > > The webadmin and userportal UI no longer displays nor works correctly > > within Internet Explorer 8 or 9. > > > > Under IE 8 or 9 the UI is pretty much an usable garbled mess. > > Everything looks and works fine under Chrome and Firefox. > > > > Unfortunately Internet Exploder is a necessary evil for windows users > > to be able to get at SPICE consoles. (No spice plugin/support for > > Firefox/Chrome yet...) > > > > - DHC > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

