[SOLVED] Text Editor Classes Cannot be Applied to Links

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

Selecting text that is part of or contains a link will split the class application around the link.

Expected behavior

Selecting text and applying a class will apply it to all types of text content

Minimal reproduction of the problem


image

<p>
</p>
<p>
<span class="__editor_ColourPrimary">Example p</span>
</p>
<h1>
	<span class="__editor_ColourPrimary">Example H1</span>
</h1>
<p>
<a href="https://cms.demo.dynatex.io/app/prem-prod/content/page-content/e8875340-d01d-4e6d-b4b6-e6d99b2dbde5" rel="noopener noreferrer nofollow">Example Link</a>
</p>
<p>
<strong>
	<span class="__editor_ColourPrimary">Example Bold</span>
</strong>
</p>
<p>
</p>

Environment

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: 7.13

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:
Also validating that its intended the the editor always has an empty p at the bottom?

This topic was automatically closed after 27 hours. New replies are no longer allowed.