You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following basic/demo code simply does not work with Edge/Firefox. I am not sure if it's related to #36.
Similar code in http://juicy.github.io/juicy-ace-editor/ seems to work perfectly with Firefox/Edge, and I can't understand why the following code doesn't work with Firefox/Edge.
Steps to reproduce
<!DOCTYPE html><html><head><!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> --><scriptsrc="bower_components/webcomponentsjs/webcomponents-loader.js"></script><linkrel="import" href="bower_components/juicy-ace-editor/juicy-ace-editor.html"></head><body><juicy-ace-editorstyle="height: 400px;"></juicy-ace-editor><juicy-ace-editorstyle="height: 400px;"
theme="ace/theme/monokai"
mode="ace/mode/html"><p>Here you have:
<pre>&lt;juicy-ace-editor theme="ace/theme/monokai" mode="ace/mode/html"&gt;
&lt;/juicy-ace-editor&gt;</pre>element.
</p>
<p>
You can switch modes and themes as regular HTML attributes to
<a href="https://github.com/ajaxorg/ace-builds/tree/master/src">
whatever is supported by Ace
</a>
</p>
</juicy-ace-editor></body></html>
Expected result
Editor is visible.
Actual result
Editor is not visible.
Browsers affected
Chrome
Firefox
Edge
Safari 9
Safari 8
IE 11
Screenshot
The text was updated successfully, but these errors were encountered:
I have a similar problem, in chrome it seems to work like charm, but in Firefox there is only visible and the the editor is in readonly mode. I had removed :host in the style-tag and the code appeared in multiple lines, as expected, but I cannot figure out how to set the editor into writeable mode. Manually changes do not work either ...
Description
The following basic/demo code simply does not work with Edge/Firefox. I am not sure if it's related to #36.
Similar code in http://juicy.github.io/juicy-ace-editor/ seems to work perfectly with Firefox/Edge, and I can't understand why the following code doesn't work with Firefox/Edge.
Steps to reproduce
Expected result
Editor is visible.
Actual result
Editor is not visible.
Browsers affected
Screenshot
The text was updated successfully, but these errors were encountered: