Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-28 Thread Hopper, Richard
lugin infrastructure, please let me know. > >Regards, >Vojtech > > >- Original Message - >> From: "Richard Hopper" >> To: "Vojtech Szocs" >> Cc: engine-devel@ovirt.org, "Christopher Morrissey" >> >> Sent:

Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-28 Thread Vojtech Szocs
devel@ovirt.org, "Christopher Morrissey" > > Sent: Wednesday, June 19, 2013 9:39:50 PM > Subject: Re: [Engine-devel] IE9 Issue with UI Plugin > > Hi Vojtech, > > I've tested the new patch and for some reason am still running into > problems, though there are

Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-19 Thread Hopper, Richard
ocs" >> To: "Richard Hopper" >> Cc: engine-devel@ovirt.org, "Christopher Morrissey" >> >> Sent: Wednesday, June 19, 2013 11:54:16 AM >> Subject: Re: [Engine-devel] IE9 Issue with UI Plugin >> >> Hi Ricky, >> >> code

Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-19 Thread Morrissey, Christopher
Thanks for the patch, Vojtech. I'm testing it out now. -Chris > -Original Message- > From: Vojtech Szocs [mailto:vsz...@redhat.com] > Sent: Wednesday, June 19, 2013 5:54 AM > To: Hopper, Richard > Cc: engine-devel@ovirt.org; Morrissey, Christopher > Subject: Re: IE9 Issue with UI Plugin

Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-19 Thread Vojtech Szocs
ched "test-plugin" which I used for verification in IE9. Regards, Vojtech - Original Message - > From: "Vojtech Szocs" > To: "Richard Hopper" > Cc: engine-devel@ovirt.org, "Christopher Morrissey" > > Sent: Wednesday, June 19, 2013 1

Re: [Engine-devel] IE9 Issue with UI Plugin

2013-06-19 Thread Vojtech Szocs
Hi Ricky, code running in the iframe (custom dialog content) can close the dialog in the following way: 1, send message to your plugin to indicate the dialog needs to be closed: parent.postMessage('CloseMyDialog', '*'); 2, your plugin intercepts the message via MessageReceived function and

[Engine-devel] IE9 Issue with UI Plugin

2013-06-17 Thread Hopper, Richard
Hi Vojtech, I had previously sent you an email about IE9 compatibility where the problem we were having was solved by omitting console logging when a console was unavailable (i.e. IE). However, it is looking like IE9 may have a bigger issue with regards to the plugin framework. Now that we hav