- 🇦🇺Australia Nigel Cunningham Geelong
I've just completed a bit of a rewrite, including changes in this area. Please test the 2.0.x dev branch.
Thanks!
- 🇩🇪Germany mrshowerman Munich
I tested the 2.0.x branch and it works nicely.
- Status changed to RTBC
about 1 year ago 12:33pm 8 October 2023 - 🇫🇷France Grimreaper France 🇫🇷
Hi,
I applied patch from comment 4 on 2.0.0 version and it fixes the bug.
Thanks!
- Status changed to Postponed: needs info
about 1 year ago 9:36pm 9 October 2023 - 🇦🇺Australia Nigel Cunningham Geelong
Hi @Grimreaper.
I've just tried applying the patch and am not seeing a case where it still makes any difference - it applies, but doesn't seem to make any difference to the output. Could you help me out with a case where you're still seeing an issue without the patch being applied?
Thanks!
Nigel
- 🇫🇷France Grimreaper France 🇫🇷
Hi @Nigel Cunningham,
The following code in the RTE:
<a href="mailto:example@example.com">write us</a>
Before patch, will produce:
<a href="mailto:example@example.com" rel="nofollow">example@example.com</a>
After patch, will produce:
<a href="mailto:example@example.com" rel="nofollow">write us</a>
Hope this help.
Thanks :)
- Status changed to Active
12 months ago 8:46pm 21 November 2023 - Status changed to Postponed: needs info
12 months ago 8:57pm 21 November 2023 - 🇦🇺Australia Nigel Cunningham Geelong
Morning Grimreaper.
Apologies first for the delay in getting back to this.
I've just enabled Obfuscate afresh in my module dev install, added the Obfuscate filter to the end of the Basic HTML configuration and put "write us" in the source of a normal node's WYSIWYG, using basic HTML for the format. On the resulting page, the source shows:
Could I get you to point out what I'm doing differently? The commit I'm on is fa512f3b (2.0.x branch)
Thanks!
- 🇫🇷France Grimreaper France 🇫🇷
Hi @Nigel Cunningham,
No problem for the reply delay.
Since the last comment even with patch the problem still occured randomly so I gave up on using Obfuscate and uninstalled it.
I was on 2.0.0 version and I also had the "Convert URLs into links" filter enabled.
If on another project I will have to use Obfuscate and still got the problem, I will give news.
- 🇦🇺Australia Nigel Cunningham Geelong
Thanks!
I'll try again with the info you provided.