Advanced HTML Editor 3 Support Product Page

Solved

Text area not showing

Reported 22 Jan 2014 11:54:07
1
has this problem
22 Jan 2014 11:54:07 John Langer posted:
Hi,
I've used HTML Editor since it first came out and am now on the very latest release.
On Displaying in a browser the tool bar is showing but not the text area below. i.e. I am unable to enter any text to update the record.

I did want to attach an image to this post but can see how I can do that

Here is the relevant code
<div class="lineGroup"> <label for="vef_eventLongDesc" class="sublabel" > Event Long Desc:<span class="requiredIndicator">&nbsp;*</span></label>
<div class="errorGroup">
<span id="vef_eventLongDesc_Spry">
<span>
<textarea id="vef_eventLongDesc" name="vef_eventLongDesc" class="dmxEditor" style="width:580px;height:600px"><?php echo((isset($_GET["invalid"])?ValidatedField("vefeventinsert","vef_eventLongDesc":""); ?></textarea>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#vef_eventLongDesc".dmxEditor(
{"width": 580, "height": 600, "focusOnLoad": true, "lineBreak": "p", "allowUpload": true, "uploadPath": "../../AdvHTML_Upload", "uploadProcessor": "php", "allowResize": true, "resizeMaxWidth": 300}
);
}
);
// ]]>
</script>
<?php
if (ValidatedField('vefeventinsert','vefeventinsert')) {
if ((strpos((",".ValidatedField("vefeventinsert","vefeventinsert".",", "," . "3" . "," !== false || "3" == "") {
if (!(false)) {
?><span class="serverInvalidState" id="vef_eventLongDesc_ServerError">Please enter a value.</span><?php //WAFV_Conditional vef_event_insert.php vefeventinsert(3
}
}
}?>
<span class="textareaRequiredMsg">Please enter a value.</span>
</span>
</span>
</div>
</div>

Appreciate any help with this matter

Replies

Replied 22 Jan 2014 13:24:07
22 Jan 2014 13:24:07 Teodor Kuduschiev replied:
Hello,

Please provide a link to your page.
Replied 22 Jan 2014 13:42:23
22 Jan 2014 13:42:23 John Langer replied:
Hi,

Many thanks for the reply but it's behind a login system. I'm happy to give you those details but not, obviously, via a public forum. Can you advise me how I can give them to you.

Many thanks,

John
Replied 22 Jan 2014 14:39:06
22 Jan 2014 14:39:06 Teodor Kuduschiev replied:
Please send the page with the login details to
Replied 23 Jan 2014 10:33:49
23 Jan 2014 10:33:49 Teodor Kuduschiev replied:
Hello,
I reviewed your page and see you are using jqueryUI Datepicker. Your jqueryUI version is quite old, please make sure to update it to the latest from: jqueryui.com/
Replied 23 Jan 2014 12:40:08
23 Jan 2014 12:40:08 John Langer replied:
Hi,
Many thanks for your reply.
I did this page some time ago (also an update page which has the same error). Since then there has been several updates to AHE3 and it's during this that the text box has failed to appear. I can't say at which update but it was working fine about 4-5 months ago.

I think it's not going to be resolved so I am going to reconstruct the pages with all the latest jScricpt etc and see if that helps.

I think that will be quicker to be honest.

Many thanks for your help,

John
Replied 23 Jan 2014 12:45:37
23 Jan 2014 12:45:37 Teodor Kuduschiev replied:
Actually, all you need to update is the following script: www.walthamabbey-tc.gov.uk/webassist/jquery/jquery-ui.js
Replied 23 Jan 2014 13:31:27
23 Jan 2014 13:31:27 John Langer replied:
OK I'll try that first
Replied 23 Jan 2014 13:48:49
23 Jan 2014 13:48:49 John Langer replied:
You're a genius :-)

Many Many thanks

John
Replied 23 Jan 2014 14:11:28
23 Jan 2014 14:11:28 John Langer replied:
Hi Again,
Thought this was OK but I was using Firefox. The client (i know) uses IE11

Just tested in IE 11 and it still has the same problem. I even tried combatibility mode.

Any further ideas?

Sorry to be a pain.

John
Replied 23 Jan 2014 14:36:43
23 Jan 2014 14:36:43 Teodor Kuduschiev replied:
Please clear your IE cache It looks good in my IE11.
Replied 23 Jan 2014 15:00:07
23 Jan 2014 15:00:07 John Langer replied:
Do you know... sometimes you just feel an idiot.

Thanks again

John

Reply to this topic