The mce_editable attribute allows the TinyMCE JavaScript to choose which text areas to "decorate" and which to leave alone. This mechanism has changed in v3.0 of TinyMCE, which I've started looking at. If everyone is ok with HTML editing being offline for a little while in the trunk, I'll just upgrade trunk to TinyMCE 3.0 and make sure everything works.



A.L.E.C wrote:
A.L.E.C wrote:
  
Maybe it's because html editor isn't working at all.

  
    

ok, quick investigation brings in page source:

before r1291:

<textarea name="_message" id="compose-body" cols="80" rows="20" tabindex="7" mce_editable="true">

after:

<textarea name="_message" id="compose-body" cols="80" rows="20">


  

--
Eric Stadtherr
estadtherr@gmail.com