?
avatar Bloggerschmidt
Bloggerschmidt
10 Nov 2014

Steps to reproduce the issue

The plugin kills the email value of an input field, when ohter inputs of the form don't validate.

<input value="" size="20" name="form[EMail]" id="EMail" class="rsform-input-box" type="text">

Expected result

<input value="mail@example.com" size="20" name="form[EMail]" id="EMail" class="rsform-input-box" type="text">

Actual result

<input value="<span id=" cloak45076"="" type="text">

System information (as much as possible)

Joomla 3.3.6
E-Mail Cloaking enabled

avatar Bloggerschmidt Bloggerschmidt - open - 10 Nov 2014
avatar brianteeman brianteeman - change - 3 Jan 2015
Labels Added: ?
avatar spignataro
spignataro - comment - 19 Jul 2015

For your content pages you can run the following to disable the email cloaking: {emailcloak=off}


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5080.

avatar roland-d
roland-d - comment - 5 Sep 2015

Hello @Bloggerschmidt,

Thank you for your contribution.

The last comment here was on 20 July 2015. So the question is, Is this issue/pull request still valid?
If no reply is received within 4 weeks we will close this issue.

In case the issue still exists, can you please provide clearer step-by-step instructions.

Thanks for understanding!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5080.

avatar spignataro
spignataro - comment - 6 Sep 2015

The issue is still valid. I am not a regular expression person to solve this. It needs to check to see if the email is within a input field as a value.

avatar dgt41
dgt41 - comment - 6 Sep 2015

It needs to check to see if the email is within a input field as a value.

@spignataro this doesn’t sound quite correct, cloaking is supposed to check in the content area.
Input fields are not quite used there and should be part of a form. Also input fields use the javascript validation and the server side validation for an email input. I would say that this is a very odd use case.

avatar spignataro
spignataro - comment - 8 Sep 2015

I would have to disagree. I have many clients whom put in forms on their content pages. I have stopped putting in anything in the value field because of this bug. It just needs to check to see if the value has a email address and if it does just skip over the cloaking.

avatar roland-d
roland-d - comment - 13 Sep 2015

@spignataro As this isssue has no code attached, can you provide a way to reproduce this issue, we can then look at adding the needed code.

avatar spignataro
spignataro - comment - 14 Sep 2015

Put in code into the input area:

<input value="mail@example.com" size="20" name="form[EMail]" id="EMail" class="rsform-input-box" type="text">

with the plugin turned on take a look at the marketup.

avatar zero-24
zero-24 - comment - 9 Oct 2015

here is a PR for that issue: #8039

avatar zero-24 zero-24 - change - 9 Oct 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-10-09 13:14:08
Closed_By zero-24
avatar zero-24 zero-24 - close - 9 Oct 2015

Add a Comment

Login with GitHub to post a comment