[wp-trac] Re: [WordPress Trac] #5084: Non-WYSIWYG post editor broken in 2.3

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 27 03:01:21 GMT 2007


#5084: Non-WYSIWYG post editor broken in 2.3
-------------------------+--------------------------------------------------
 Reporter:  bglickstein  |        Owner:  anonymous
     Type:  defect       |       Status:  reopened 
 Priority:  high         |    Milestone:  2.3.1    
Component:  General      |      Version:  2.3      
 Severity:  critical     |   Resolution:           
 Keywords:  noTinyMCE    |  
-------------------------+--------------------------------------------------
Changes (by bglickstein):

  * status:  closed => reopened
 * cc: bobg at emphatic.com (added)
  * component:  Administration => General
  * milestone:  => 2.3.1
  * keywords:  editor => noTinyMCE
  * resolution:  duplicate =>

Comment:

 As requested in issue #5088, I am reopening this bug (which appears
 related to that one but is the reverse case) with more detail.

 The XML-RPC client I used to post the text was a Perl script of my own
 design, invoked from procmail, so I can mail posts to my blog.  It uses
 the Net::Blogger::* API from CPAN.  I am attaching it hereto and
 incidentally contributing it to anyone else who'd like to use it.

 My version of Perl is 5.8.8 and my version of Net::Blogger is 1.0.

 ''However,'' in testing I discovered that it is not necessary to use XML-
 RPC to reproduce this problem.  Simply start writing a post with the non-
 WYSIWYG editor (i.e., with your "Use the visual editor when writing"
 profile option turned off) containing something simple like:


 {{{
 <b>test</b>
 }}}


 Now "Save and continue editing."  Presto: the post body now contains


 {{{
 &lt;b&rt;test&lt;/b&rt;
 }}}


 and you've reproduced the bug.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5084#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list