<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[no text in ace editor [closed]]]></title><description><![CDATA[<p dir="auto">strange... all of a sudden, all instances (edit pages, dashboard designer, json store editor...) of ace editor are <em>NOT</em> showing any text, however:</p>
<ul>
<li>underlying text is there, just hidden from view - can copy and paste in and out;</li>
<li>occurs in all browsers (chrome, ff, safari);</li>
<li>CSS is correct under inspector - and unable to change color: attribute;</li>
<li>happened on 3.6.x - upgraded to 3.7.4, still occurring;</li>
<li>user is superadmin;</li>
</ul>
<p dir="auto">Behavior - when entering editor instance for the first time in session, (eg, started process), the editor background blinks white for ~ 100ms, then displays blank. Note: ace_active-line <em>background</em> is as its css shows: #202020.</p>
<p dir="auto">I'm stumped...</p>
]]></description><link>https://forum.mango-os.com/topic/4652/no-text-in-ace-editor-closed</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 05:30:30 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4652.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Dec 2019 18:59:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to no text in ace editor [closed] on Tue, 31 Dec 2019 18:09:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattfox" aria-label="Profile: MattFox">@<bdi>MattFox</bdi></a> - Case closed. I stupidly put a non-specific <code>div {...text-align:center}</code>in one of my css files. Probably would have caught that, but the ace_text-layer width (&amp; height) is set at 1000000px in ace/css/ace_editor.css, and height is further set to 1e+06px inline.</p>
<p dir="auto">After much searching, I'm unable to find an example of why one would want to do that - although there must be one! Interestingly Chrome was rendering veeerrry slowly -  when I lowered the width to 10000px, it sped up markedly.</p>
]]></description><link>https://forum.mango-os.com/post/24417</link><guid isPermaLink="true">https://forum.mango-os.com/post/24417</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Tue, 31 Dec 2019 18:09:02 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 21:46:13 GMT]]></title><description><![CDATA[<p dir="auto">Ah... but of course you knew all that. Short answer is yes!</p>
]]></description><link>https://forum.mango-os.com/post/24407</link><guid isPermaLink="true">https://forum.mango-os.com/post/24407</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 21:46:13 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Fri, 27 Dec 2019 04:57:27 GMT]]></title><description><![CDATA[<p dir="auto">...confirmed it parses the pasted html at paste time. If I add a color: class to any of the spans, it's not read.</p>
]]></description><link>https://forum.mango-os.com/post/24406</link><guid isPermaLink="true">https://forum.mango-os.com/post/24406</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Fri, 27 Dec 2019 04:57:27 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 21:35:16 GMT]]></title><description><![CDATA[<p dir="auto">well, not exactly. Ace appears to parse out the JSON into 'lines', concatenated with spans:</p>
<pre><code>&lt;div class="ace_line" style="height: 30px;"&gt;
    &lt;span class="ace_meta ace_tag ace_punctuation ace_tag-open ace_xml"&gt;&amp;lt; 
       &lt;/span&gt;
    &lt;span class="ace_meta ace_tag ace_tag-name ace_xml"&gt;div&lt;/span&gt;
    &lt;span class="ace_text ace_tag-whitespace ace_xml"&gt; &lt;/span&gt;
    &lt;span class="ace_entity ace_other ace_attribute-name ace_xml"&gt;class&lt;/span&gt; 
   &lt;span class="ace_keyword ace_operator ace_attribute-equals ace_xml"&gt;= 
       &lt;/span&gt; 
   &lt;span class="ace_string ace_attribute-value ace_xml"&gt;"ma-designer-root" 
       &lt;/span&gt; 
   &lt;span class="ace_text ace_tag-whitespace ace_xml"&gt; &lt;/span&gt;
   &lt;span class="ace_entity ace_other ace_attribute-name ace_xml"&gt;id&lt;/span&gt;
   &lt;span class="ace_keyword ace_operator ace_attribute-equals ace_xml"&gt;= 
      &lt;/span&gt; 
   &lt;span class="ace_string ace_attribute-value ace_xml"&gt;"6d41eb7c-475e-48df- 
      9132&lt;/span&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">but, yes, the info is all there.<br />
I can copy and paste into and from the editor.<br />
text color is inherited from theme:</p>
<pre><code>.ace-monokai {background-color: #272822;color: #F8F8F2;}
</code></pre>
]]></description><link>https://forum.mango-os.com/post/24405</link><guid isPermaLink="true">https://forum.mango-os.com/post/24405</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 21:35:16 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 20:53:16 GMT]]></title><description><![CDATA[<p dir="auto">if you open up the elements in the ace editor, can you see your markup inside?</p>
]]></description><link>https://forum.mango-os.com/post/24404</link><guid isPermaLink="true">https://forum.mango-os.com/post/24404</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 26 Dec 2019 20:53:16 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 20:44:48 GMT]]></title><description><![CDATA[<p dir="auto">caching is disabled... that was pilot error. Now only showing 2 warnings (IE errors) - no errors<br />
<img src="https://camo.nodebb.org/02fc4e702b02f4a9064a704ce507cb7593670c05?url=https%3A%2F%2Fi.imgur.com%2FXtrwspp.png" alt="0_1577394053215_Screen Shot 2019-12-26 at 1.00.27 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Note selected text in editor (CMD-a)</p>
]]></description><link>https://forum.mango-os.com/post/24403</link><guid isPermaLink="true">https://forum.mango-os.com/post/24403</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 20:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 20:27:14 GMT]]></title><description><![CDATA[<p dir="auto">Let's start with ensuring disable caching is ticked under the network tab and refresh the page. Makes sure all the code used in mango that has been stored in the browser receives the spring cleaning treatment.<br />
If you're still getting those errors, they are definitely a good place to start.</p>
]]></description><link>https://forum.mango-os.com/post/24402</link><guid isPermaLink="true">https://forum.mango-os.com/post/24402</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 26 Dec 2019 20:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 20:23:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattfox" aria-label="Profile: MattFox">@<bdi>MattFox</bdi></a> oops sorry... it only showed the warnings prior to this iteration...</p>
]]></description><link>https://forum.mango-os.com/post/24401</link><guid isPermaLink="true">https://forum.mango-os.com/post/24401</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 20:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 20:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobday" aria-label="Profile: bobday">@<bdi>bobday</bdi></a> It says there are two errors in the console.</p>
]]></description><link>https://forum.mango-os.com/post/24400</link><guid isPermaLink="true">https://forum.mango-os.com/post/24400</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 26 Dec 2019 20:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 19:42:33 GMT]]></title><description><![CDATA[<p dir="auto">sure. thanks...</p>
<p dir="auto"><img src="https://camo.nodebb.org/25a62f49227f2311956a993271911fdb7b9a3a62?url=https%3A%2F%2Fi.imgur.com%2FFXWSWoY.png" alt="0_1577390354779_Screen Shot 2019-12-26 at 11.56.17 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/24399</link><guid isPermaLink="true">https://forum.mango-os.com/post/24399</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 19:42:33 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 19:34:24 GMT]]></title><description><![CDATA[<p dir="auto">Can you post a screenshot? Will be handy for one of the infinite chaps to see. I don't know what else to suggest here.</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/24398</link><guid isPermaLink="true">https://forum.mango-os.com/post/24398</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 26 Dec 2019 19:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 19:21:31 GMT]]></title><description><![CDATA[<p dir="auto">...did. nothing out of the ordinary. very odd.</p>
]]></description><link>https://forum.mango-os.com/post/24397</link><guid isPermaLink="true">https://forum.mango-os.com/post/24397</guid><dc:creator><![CDATA[BobDay]]></dc:creator><pubDate>Thu, 26 Dec 2019 19:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to no text in ace editor [closed] on Thu, 26 Dec 2019 19:15:14 GMT]]></title><description><![CDATA[<p dir="auto">Check the google console for errors/warnings. There may be a broken dependency or something out of whack</p>
]]></description><link>https://forum.mango-os.com/post/24396</link><guid isPermaLink="true">https://forum.mango-os.com/post/24396</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 26 Dec 2019 19:15:14 GMT</pubDate></item></channel></rss>