CKEditor has a configuration to convert URLs / emails to links.
When the processing of the WYSIWYG is done by CivicTheme these filters have not been applied (and so they are URLS and not anchor tags) and so we do not add CivicTheme classes to these links.
CivicTheme should apply processing after the HTML has been filtered by other filters.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | FE test.png | 971.47 KB | sonam.chaturvedi |
| #9 | BE.png | 124.01 KB | sonam.chaturvedi |
Comments
Comment #2
alex.skrypnykConfirmed. When a URL provided as a text - CivicTheme's link classes are not assigned because the URL is not yet converted to the link.
We need to look into processing of links done by CivicTheme to happen as late as possible in the rendering pipeline.
Comment #3
alex.skrypnykComment #4
fionamorrison23 commentedComment #5
fionamorrison23 commentedComment #6
alex.skrypnykComment #8
alex.skrypnykComment #9
sonam.chaturvedi commentedVerified and tested on 1.x-dev
Testing Results:
1 When a URL provided as a text, CivicTheme's classes added - PASS
2 When a URL provided as a link, CivicTheme's classes added - PASS
Screenshots:

BE
FE

Comment #11
alex.skrypnykImplemented, tested and merged. Will be released in 1.7.