Hi all,<div><br></div><div>We're using RT 3.8.4 on Ubuntu 10.10. I've noticed recently that the textarea that is used to input comments on tickets is not displaying when I'm using Google Chrome. I have 9.0.587.0 but the issue occurred on releases prior to that. Nothing has changed for our setup except the updates to Chrome, so I'm assuming that it's related.</div>
<div><br></div><div>If I use IE or Firefox - no problem.</div><div><br></div><div>From the source produced by .../Ticket/Update.html, in firefox:</div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><<span class="start-tag">textarea</span><span class="attribute-name"> class</span>=<span class="attribute-value">"messagebox" </span><span class="attribute-name">cols</span>=<span class="attribute-value">"72" </span><span class="attribute-name">rows</span>=<span class="attribute-value">"15"  </span><span class="attribute-name">name</span>=<span class="attribute-value">"UpdateContent" </span><span class="attribute-name">id</span>=<span class="attribute-value">"UpdateContent"</span>></span></div>
<div><pre id="line482"><font class="Apple-style-span" face="arial, helvetica, sans-serif">In Chrome:</font></pre><pre id="line482"><textarea class="messagebox" cols="72" rows="15" name="UpdateContent" id="UpdateContent" style="display: none; "></pre>
<pre id="line482"><font class="Apple-style-span" face="arial, helvetica, sans-serif">I suspect this behavior is programmed in. It used to work OK. Is there a workaround or a fix for this?</font></pre><pre id="line482"><font class="Apple-style-span" face="arial, helvetica, sans-serif">Thanks,</font></pre>
<pre id="line482"><font class="Apple-style-span" face="arial, helvetica, sans-serif">Gary</font></pre></div>