User tests: Successful: Unsuccessful:
Pull Request for Issue #39422 .
a) modification of the last pattern
b) added more patterns
create article with
for the last pattern:
<img class="img-thumbnail" style="border: 1px solid #00f;" title="email@example.org" src="/www/j4test/images/joomla_black.png" alt="" />
<input type="text" placeholder="email@example.org" />
for the new pattern (email as plain text within html-attributes):
<a class="btn btn-danger" style="border: 2px solid #f00;" title="email@example.org" href="#">email</a>
<a title="email@example.org" href="#">email</a>
<ul>
<li title="email-1@example.org">email 1</li>
<li title="email-2@example.org">email 2</li>
</ul>
for the new last pattern (email as plain text but not within HTML tags):
<span>email--1@example.org</span>
<ul>
<li>email-0@example.org</li>
<li>email-1@example.org</li>
</ul>
a) the pattern was too hungry
b) emails as plain text within html-attributes and not within html-tags was not cloaked
a) the pattern was not too hungry
b) emails as plain text within html-attributes and not within html-tags was cloaked
Please select:
Documentation link for docs.joomla.org:
[x ] No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
[x ] No documentation changes for manual.joomla.org needed
Category | ⇒ | Front End Plugins |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Title |
|
Labels |
Added:
Release Blocker
|
I have tested this item
I've restored @ReLater 's test result since the 2 commits after that were just clean branch updates.
@LukasHH Please avoid unnecessary branch updates because they invalidate the human tests counter and so make it harder for us to find pull requests which should be set to ready to commit (RTC) when they have 2 successful human tests.
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-12-29 09:47:22 |
Closed_By | ⇒ | roland-d |
Thank you
I have tested this item✅ successfully on c29f7b0
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39508.
Tested with this horrible HTML code:
If JS off: No readable email address on page. All masqueraded with
This email address is being protected from spambots. You need JavaScript enabled to view it.