NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mark Sarson on August 19, 2014, 02:20:08 AM

Title: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
Post by: Mark Sarson on August 19, 2014, 02:20:08 AM
I have tested this on both a normal forms and a popup forms.

I have the cancel button of the form set to prompt for conformation, but the prompt never occurs.

I do have a small example app if you need it.

Regards

Mark
Title: Re: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
Post by: Bruce on August 20, 2014, 10:15:09 PM
Thanks - fixed in 8.25.

Fix is simple if you want to try it there;
in \web\scripts\jquery.nt-form.js
change line 2 from
var mobilemode = true;
to
var mobilemode = false;

Remember to do this in your \clarion9\accessory\libsrc\win\netweb\web\scripts folder
then run CopyAll.Bat and GZipAll.bat i your app folder.

cheers
Bruce