[wp-trac] [WordPress Trac] #28419: tinyMCE breaking quotes in Wordpress editor

WordPress Trac noreply at wordpress.org
Sat May 31 18:19:28 UTC 2014


#28419: tinyMCE breaking quotes in Wordpress editor
--------------------------+-----------------------------
 Reporter:  stewarttodd   |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  TinyMCE       |    Version:  3.9.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 My site is http://www.fortheloveofport.com

 I am using the avada template (from themefusion.com)

 I have the following code on my home page in a tagline box:

 {{{
 [tagline_box backgroundcolor="#f6f6f6" shadow="yes"
 highlightposition="top" title="Decanting Vintage Port - The Hersh Method"
 description="Decanting is a simple process to remove sediment and also to
 allow a wine to breathe. This article provides basic instruction on how to
 achieve both. <a href='http://MYDOMAIN.COM/2006/02/10/decanting-vintage-
 port-the-qhersh-methodq/' rel="nofollow">Read more</a>."][/tagline_box]
 }}}

 Every now and then, part of the text in the tagline box disappears.

 When i go in and look at the code, I discover that the single quotes
 around the link in the box have been converted by the Wordpress editor to
 double quotes and it breaks the shortcode:

 The resulting (broken) code looks like this:

 {{{
 [tagline_box backgroundcolor="#f6f6f6" shadow="yes"
 highlightposition="top" title="Decanting Vintage Port - The Hersh Method"
 description="Decanting is a simple process to remove sediment and also to
 allow a wine to breathe. This article provides basic instruction on how to
 achieve both. <a href="http://MYDOMAIN.COM/2006/02/10/decanting-vintage-
 port-the-qhersh-methodq/" rel="nofollow">Read more</a>."][/tagline_box]
 }}}

 The developer of the theme looked into this issue and said it looks like a
 problem with tinyMCE.

 Here is the thread:
 http://theme-fusion.com/forums/topic/tagline-box-quotes-changing-
 mysteriously/

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28419>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list