Create an article and insert this:
<p><a href="mailto:some@email.com"><span style="some: weird;">email: some@email.com</span></a></p>
email: some@email.com
This email address is being protected from spambots. You need JavaScript enabled to view it.'; document.getElementById('cloak33437').innerHTML += ''+addy_text33437+'<\/a>'; //-->
Joomla 3.4.1 without any additional plugins, modules or components.
Labels |
Added:
?
|
Build | have no version | ⇒ | staging |
Title |
|
Title |
|
Title |
|
Title |
|
Status | New | ⇒ | Confirmed |
The issue does not come from the span and style (we do take care of this when we have a pure text or pure email address in the span) but from the word "email:" in "email: some@email.com".
I.e. we do not provide for text AND address together.
For example:
<p><a href="mailto:joe@nowhere.com"><span style="font-style: 8pt;">Joe_fontsize8</span></a></p>
or
<p><a href="mailto:joe@nowhere16.com"><span style="font-size: 16pt;">joe@nowhere16.com</span></a></p>
work perfectly.
You can solve your issue by using:
<p><span style="some: weird;">email: </span><a href="mailto:some@email.com"><span style="some: weird;">some@email.com</span></a></p>
Closed as expected behaviour as explained abpve
Status | Confirmed | ⇒ | Expected Behaviour |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-19 22:46:25 |
Closed_By | ⇒ | brianteeman |
Confirmed
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7123.