User tests: Successful: Unsuccessful:
See #3955 (comment)
Test with
<p><a href="mailto:info@mysite.com"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p>
and
<p><a href="mailto:info@mysite.com?subject=A Text"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p>
Will have to be added also to:
#3967
Labels |
Added:
?
?
|
Description | <p>See <a href="https://github.com/joomla/joomla-cms/pull/3955#issuecomment-50634158" class="issue-link" title="[2.5] Change the cloak container from div to span">#3955 (comment)</a><br> Test with</p> <pre><code><p><a href="mailto:info@mysite.com"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p> </code></pre> <p>and</p> <pre><code><p><a href="mailto:info@mysite.com?subject=A Text"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p> </code></pre> <p>Will have to be added also to:<br><a href="https://github.com/joomla/joomla-cms/pull/3967" class="issue-link" title="Fixing bugs for emailcloak plugin">#3967</a></p> | ⇒ | <p>See <a href="https://github.com/joomla/joomla-cms/pull/3955#issuecomment-50634158" class="issue-link" title="[2.5] Change the cloak container from div to span">#3955 (comment)</a><br> Test with</p> <pre><code><p><a href="mailto:info@mysite.com"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p> </code></pre> <p>and</p> <pre><code><p><a href="mailto:info@mysite.com?subject=A Text"><img style="margin: 0px 3px 0px 0px; float:left; width:21px; height:21px;" title="Email to me" src="images/powered_by.png" alt="An email" width="21" height="21" /> Contact us</a><p> </code></pre> <p>Will have to be added also to:<br><a href="https://github.com/joomla/joomla-cms/pull/3967" class="issue-link" title="Fixing bugs for emailcloak plugin">#3967</a></p> <p><a href="http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=34020&start=0">http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=34020&start=0</a></p> |
Labels |
Added:
?
Removed: ? |
Title |
|
Still broken but in a different way for me (Joomla 2.5.24)
HTML
https://www.dropbox.com/s/iqhz9xpo0t09v3t/Screenshot%202014-08-01%2009.19.12.png
Front end:
https://www.dropbox.com/s/frfpwycojgx3d5m/Screenshot%202014-08-01%2009.20.38.png
d
You can't test this on 2.5.
As it works fine on 3.3.3 (See tracker http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=34020&start=0)
I merge.
Will test a modified #3967 on a 2.5
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-02 06:54:24 |
Test by replacing emailcloak.php in a 2.5.24 by this file:
http://info-graf.fr/ftpfolder/emailcloak.php.zip
Outputs invalid HTML:
https://www.dropbox.com/s/ws70w5ixmlja688/Screenshot%202014-08-02%2016.19.38.png
in browser:
https://www.dropbox.com/s/n3ll4is2yticezm/Screenshot%202014-08-02%2016.20.22.png
regards
d
What was, again, the original code used?
I tested with the codes I quoted here:
#4041 (comment)
This is the HTML that renders with cloaking turned off.
<span class="contact email"><a href="mailto:info@redevolution.com"><img style="margin: 0px 5px 0px 0px; float: left; width: 27px; height: 27px;" title="Email Red Evolution" src="/images/stories/icons/social_icons/icon_email.png" alt="Email Red Evolution" width="27" height="27" /> info@redevolution.com</a></span>
thanks
d
Take off the space before the mail here:
height="27" /> info@redevolution.com</a>
and test with
height="27" />info@redevolution.com</a>
Solved. Many thanks.
I posted a new zip for 2.5.x (same url as above http://info-graf.fr/ftpfolder/emailcloak.php.zip ) which also adds these cases:
#4069 // that one is for 3.3.x
Thanks for testing on both
Added 2 cases:
and
Test with
and