8,138 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
19
views
TinyMCE and Paragraph Indenting on the Second Line [closed]
Has anyone experienced an issue with the TinyMCE WYSIWYG indenting the second line of a paragraph and how that can be adjusted?
0
votes
0
answers
28
views
Content Break When Converting HTML to PDF using Tinymce pdf converter
We have designed a document using tinymce editor everything working fine. But when this document HTML content we want to convert into pdf some of the content is getting break and splitting over to ...
0
votes
1
answer
82
views
How to Add Both Custom Fonts and Formatting to WYSIWYG Editor in Wordpress
I am using Elementor Pro and the JetEngine plugin on my WordPress site. When trying to edit text on a CPT post using the standard WordPress page editor, I can only do it via the WYSIWYG editor. ...
0
votes
0
answers
39
views
TinyMCE won't allow editing text on links
TinyMCE seems to have issues dealing with links.
I'm surprised nobody talks about it anywhere.
Two ways to reproduce the issue:
Try adding text on the text of the link when the cursor is on the last ...
0
votes
0
answers
32
views
TinyMCE getContent() returns empty when site is hosted, but works on server
I’m using TinyMCE in an ASP.NET WebForms application.
Locally (when I run the site directly on the server) tinymce.get(...).getContent() works fine.
But when the same application is hosted and ...
0
votes
1
answer
84
views
Prevent spreadsheet CSS being applied a TinyMC table which is using in same Angular component
I have a component which is having a spreadsheet and tinymc:
<div>
TinyMC control which is used in a library
</div>
<div>
Spreadsheet
</div>
Both controls are using global ...
0
votes
0
answers
348
views
The TinyMCE editor is disabled because the API key could not be validated by the API key validation server
I try to install TinyMCE
on a simple HTML template by following the instructions in my account (first log in) but I get a message:
The editor is disabled because the API key could not be validated ...
1
vote
1
answer
57
views
TinyMCE keeps adding characters I do not want when viewing the source code
I have a strange issue going on with TinyMCE. It keeps adding ="" after I type download in my HTML, but I don't want that. This is the code I am trying to enter when viewing the source code.....
0
votes
0
answers
103
views
TinyMCE version 7.0.0 seems to be licensed under the GNU
I was requested to upgrade the TinyMCE package from 4.8.5 to 7.0.0, but version 7 seems to be licensed under the GNU General Public License.
My app is my organization 1st party ASP.NET MVC web app ...
0
votes
0
answers
24
views
TinyMCE + Firefox IME (Phonetic Input) Cursor Not Moving After Space on CompositionEnd
I’m using TinyMCE as a rich text editor in my web application. When typing with phonetic/IME input (like Hindi, Kannada, etc.) in Mozilla Firefox, I encounter an issue:
After completing a word using ...
0
votes
0
answers
21
views
TinyMCE 6: When I delete text, the font name changes from Arial to "System Font" - how can I stop this?
I use TinyMCE 6 to allow users to enter rich text. The default font face and size is Arial 9pt. When the users delete all the text from TinyMCE the font selector shows "System Font" instead ...
0
votes
1
answer
82
views
Using Javascript to save contents of the Wordpress tinyMCE wp_editor
I am using a short code that generates a plain text box (ID: message_content) with the HTML listed below. I would like the box to have rich text capability so I am running some additional PHP and JS ...
0
votes
0
answers
14
views
TinyMCE 6: Get the font size in the output HTML
I use TinyMCE 6 to allow for rich-text entry. If the users do not select a different font family and size than the default, then the returned HTML only contains the font family, but not the size. How ...
1
vote
1
answer
52
views
How can I wire up a paste_preprocess callback in TinyMCE Blazor?
I'm using TinyMCE in a Blazor WASM app using the TinyMCE Blazor integration, but would like to wire up the paste_preprocess callback so I can pre-process the content copied from the clipboard, before ...
0
votes
0
answers
54
views
TinyMCE 6.x Issue: Template Element Content Being Removed
When using <template> elements in TinyMCE 6.x, the content (child elements) inside these templates is automatically removed from the DOM, unlike in TinyMCE 5.x where the content was preserved. ...