Skip to main content

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


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



Back to the top