Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Sirius with ATopWi


I released code to overwrite -webkit-user-select for the clientDiv. You should not have this problem anymore.

>>Thank you for looking into this. It confirms that I should succeed if I load the editor in an iframe. And I guess I need to put the editor in an iframe anyway. The debugger, atopwi.html will be served from >>outside of the orion file domain. So somehow I have to get back into the orion domain. Loading an iframe with an editor in it seems to be the only practical choice.


In that case, removing the IFRAME from the editor was good for you as well. Otherwise, you would have an IFRAME inside another IFRAME.

Silenio



From: John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 03/28/2012 07:38 PM
Subject: Re: [orion-dev] Sirius with ATopWi
Sent by: orion-dev-bounces@xxxxxxxxxxx





Thank you for looking into this. It confirms that I should succeed if I load the editor in an iframe. And I guess I need to put the editor in an iframe anyway. The debugger, atopwi.html will be served from outside of the orion file domain. So somehow I have to get back into the orion domain. Loading an iframe with an editor in it seems to be the only practical choice.

jjb


On Wed, Mar 28, 2012 at 11:53 AM, Silenio Quarti <Silenio_Quarti@xxxxxxxxxx> wrote:

The editor is not getting focus because the document body has


-webkit-user-select: none


which is defined in inspectorCommon.css.


I changed that in the debugger to "auto" (or "text") and I was able to give focus to the editor.


Silenio



From: John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 03/27/2012 12:22 PM
Subject: [orion-dev] Sirius with ATopWi
Sent by: orion-dev-bounces@xxxxxxxxxxx







The development install of ATopWI is quite complex so I added it into Sirius:


https://github.com/johnjbarton/sirius


By cloning a git repo and installing part of it as a Chrome extension you can see the Orion editor inside of Chrome devtools.  It still does not work and I'm out of ideas.

If anyone tries this and has problems please let me know.

jjb_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top