[wp-trac] [WordPress Trac] #26842: Contenteditable, multiple spaces, &nbsp, and U+00A0

WordPress Trac noreply at wordpress.org
Wed Jan 15 17:09:53 UTC 2014


#26842: Contenteditable, multiple spaces, &nbsp, and U+00A0
------------------------------+------------------
 Reporter:  azaozz            |       Owner:
     Type:  enhancement       |      Status:  new
 Priority:  normal            |   Milestone:  3.9
Component:  TinyMCE           |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  needs-unit-tests  |
------------------------------+------------------
Changes (by azaozz):

 * keywords:   => needs-unit-tests


Comment:

 Changing the TinyMCE settings to

 {{{
 'entities' => '38,amp,60,lt,62,gt,160,nbsp',
 'entity_encoding' => 'named', // the default
 }}}

 outputs all U+00A0 as ` `. This also happens when using the defaults
 for these options. Been testing it for a while and seems nothing is broken
 by having the HTML entities instead of the UTF chars in the post content.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26842#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list