You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the line-height portion of the font-size declaration on the body element in the TinyMCE themes content.css. I.e. change "font-size: 12px/1.5em" to "font-size: 12px". This appears to fix both the addition of spans to list elements and the test case reported in issue 9491
Add the TinyMCE "lists" plugin to MODX tiny.custom_plugins system setting. This fixes the lists span addition, but does not fix the test case in 9491. Note: Adding the lists plugin also appears to address issue 82 in splittingred's TinyMCE GitHub repo (from which this one was forked): nested list splittingred/TinyMCE#82
The text was updated successfully, but these errors were encountered:
Under certain use cases, Chrome is inserting unwanted elements that have inline style attributes including font-size and line-height.
Problem is not limited to MODX distrib of TinyMCE. Google searches show it on multiple other implementations of TinyMCE.
MODX-related references:
Possible solution(s):
The text was updated successfully, but these errors were encountered: