Opened 5 years ago
Closed 4 years ago
#47903 closed defect (bug) (worksforme)
Linktext with formatting (<sub>) is split into separate links
Reported by: | mlinhuberin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.2.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
CO2-Steuer as linktext results in:
<a href="#link">CO</a><sub><a href="#link">2</a></sub><a href="#link">-Steuer</a>
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi @mlinhuberin. I was not able to reproduce this using the classic editor or the block editor.
This is what I did, with the block editor enabled:
CO-Steuer
.CO
and toggled on Subscript in the More rich text controls menu.CO-Steuer
and created a link using the Link button in the toolbar.This is what I did, with the block editor disabled:
CO
with<sub>CO</sub>
.CO-Steuer
and created a link using the Link button in the toolbar.In both cases the markup was
<a href="http://example.com"><sub>CO</sub>-Steuer</a>
.