I have been noticed only today, that after i upgraded Mootools to 1.25, if an user browsing with Google Chrome (i guess also with Safari ) uses the Datepicker, the form is auto-submitted after the click on the date, without pressing any submit button.
This is not happening with Mootools 1.1, and it happens only with Chrome (and probably other WebKit browsers).
The problem is that the datepicker button is a <button> element, and its submit effect isnt halted like it was with Mootools 1.1
I have this problem in all of my sites, you can see an example here:
http://omnigrafitalia.eu/landinglifehotel/index2.php?option=com_chronocontact&chronoformname=testform
Am I the only one who has experienced this? I searched a while and couldnt find any similar (old) topic
This is not happening with Mootools 1.1, and it happens only with Chrome (and probably other WebKit browsers).
The problem is that the datepicker button is a <button> element, and its submit effect isnt halted like it was with Mootools 1.1
I have this problem in all of my sites, you can see an example here:
http://omnigrafitalia.eu/landinglifehotel/index2.php?option=com_chronocontact&chronoformname=testform
Am I the only one who has experienced this? I searched a while and couldnt find any similar (old) topic
Hi Rambb,
I haven't seen this reported before and looking at your form it appears to be firing your validation2 script, not actually submitting the form.
You may be able to work round this by firing the script on a more specific event?
Bob
I haven't seen this reported before and looking at your form it appears to be firing your validation2 script, not actually submitting the form.
You may be able to work round this by firing the script on a more specific event?
Bob
Thank you for your answer Bob, the issue isnt related to validate2(), in fact i removed it and the behaviour it's still the same. http://omnigrafitalia.eu/landinglifehotel/index2.php?option=com_chronocontact&chronoformname=testform
Could it be some plugin i have installed?
Those are all the plugins i have Activated in that Joomla Installation (but the problem is showing in almost all of my Joomla Installations)
Could it be some plugin i have installed?
Those are all the plugins i have Activated in that Joomla Installation (but the problem is showing in almost all of my Joomla Installations)
1 User - Joomla! Public user joomla 5
2 Editor Button - Image Public editors-xtd image 21
3 Editor Button - Pagebreak Public editors-xtd pagebreak 22
4 Editor Button - Readmore Public editors-xtd readmore 23
5 Acajoom Content Bot Public acajoom acajoombot 34
6 Button - Xmap Link Public editors-xtd xmaplink 36
7 Google Maps Public content plugin_googlemap2 39
8 System - Simple META Management Public system smms 42
9 System - Mootools Upgrade Public system mtupgrade 45
10 2J News Slide Plugin Public system 2j_news_slider 47
11 chronocontact Public content chronocontact 48
12 Authentication - Joomla Public authentication joomla 1
13 Search - Content Public search content 6
14 Editor - No Editor Public editors none 18
15 System - SEF Public system sef 27
16 Search - Weblinks Public search weblinks 11
17 Content - Page Navigation Public content pagenavigation 17
18 Editor - TinyMCE Public editors tinymce 19
19 System - Debug Public system debug 28
20 Search - Contacts Public search contacts 7
21 Search - Categories Public search categories 8
22 Content - Rating Public content vote 13
23 Editor - JCE 154 Public editors jce 35
24 Search - Sections Public search sections 9
25 Content - Email Cloaking Public content emailcloak 14
26 Search - Newsfeeds Public search newsfeeds 10
27 Content - Load Module Public content loadmodule 16
28 System - Remember Me Public system remember 32
29 Content - Pagebreak Public content pagebreak
just tested it in Chrome and all is ok!
If you click the first datepicker in my form, dont validate messages appear on top of the form?
I think that means the form has attempted a submit but couldnt pass validation, so my autosubmit on any button click is still active
I think that means the form has attempted a submit but couldnt pass validation, so my autosubmit on any button click is still active
This topic is locked and no more replies can be posted.