Opened 8 years ago
Closed 8 years ago
#37936 closed defect (bug) (fixed)
TinyMCE special character button does not insert non-breaking spaces
Reported by: | GeertDD | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
Nothing gets inserted when clicking the non-breaking space character in the TinyMCE editor:
Note that I also tried adding 160,nbsp
to the entities in the TinyMCE config as described in #26842. No change.
Change History (5)
This ticket was mentioned in Slack in #core-tinymce by azaozz. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-tinymce by azaozz. View the logs.
8 years ago
#4
@
8 years ago
- Milestone changed from Awaiting Review to 4.7
This was fixed upstream in https://github.com/tinymce/tinymce/commit/b3e518ea67339b544d7daf8b15f14694a78a8830. It wasn't in TinyMCE 4.4.3, but it is self-contained in the charmap
plugin. Lets add it.
Note: See
TracTickets for help on using
tickets.
Confirmed in both Firefox and Chrome. Also some of the other white space characters (at the end of the list) don't get inserted.
Passing upstream as this is from he default
charmap
plugin.