NetTalk Central

Author Topic: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8  (Read 2956 times)

Mark Sarson

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
« Reply #1 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