I have been trying to find out how to look for JavaScript errors and conflicts. Do you have any tricks that you could share?
Where do you see these errors? When I load the page, I do not see any errors, I just see that the picker do not show. Eager to learn something new :-)
I have already tried to turn off the K2 plugin, but it did not make any difference. I will try to turn off both that one and the Analytics (it is loaded by the template - a function in the RT templates).
Hi Oceanwatcher,
I mostly use the Web Developer tools in Chrome (Click Shift+ctrl+I); there is also FireBug for FireFox; or the Web Developer tools in IE 8 or 9 (click F12). In any of these the Console tab will usually show you any JavaScript errors on the page.
Chrome still show me the same errors as yesterday - see below.
Bob
Hi,
I encountered the same issue today and found your topic searching for an answer.
I finnaly found my problem, maybe you have the same, my datepicker was behind my page
So open datepicker css (com_chronoforms/css/datepicker/datepicker_dashboard.css)
add this line :
.datepicker_dashboard {
...
...
z-index: 100;
}
I hope it will work for you
Something is a bit odd here... I have tried disabling different plugins, but nothing helps.
When this started, I had RC1.8. When adding a textfield to the form and using a class to add the picker there, it actually showed a picker, but it was partly hidden under the main body of the site. So the picker actually worked. The z trick might have worked then. But after upgrading to RC1.9, this trick does not work anymore.
Still, I am going to do some more work to try to find any problems before checking back here.
I am using the Master htaccess to secure the site, but switched to the regular Joomla htaccess and got these errors:
this.form.getProperty is not a function
[Break On This Error] var FormCheck=new Class({Implements:[O...t("validateFailure");return false}}});
formcheck-yui.js (line 1)
this.picker is null
[Break On This Error] var clickOutside = ($chk(e) && e.tar....target) && e.target != this.visual);
datepicker.js (line 594)
this.picker is null
[Break On This Error] var clickOutside = ($chk(e) && e.tar....target) && e.target != this.visual);
datepicker.js (line 594)
this.picker is null
[Break On This Error] var clickOutside = ($chk(e) && e.tar....target) && e.target != this.visual);
Any idea?
Went back and turned off the SC jQuery plugin. Error disappeared (with the Master htaccess enabled). Enabled the K2 plugin and still no error.
Tried swapping back to the standard Joomla htaccess and got no errors. So there should be no errors now. Seems like the SC jQuery plugin added more problems... Sorry for going all these rounds to find this out.
But this also means there are no errors, and I still do not have any date picker. So my guess is that this could be something I have not done correct, or there is a bug somewhere. Either way, I am not any closer to where I was. Well - at least I can say I have found a lot of things that do not work :-)
Ah -finally! The datepicker shows up as soon as I click inside the date field. It would have been nice to have a button next to the field, but I will just add a text under that says "Click to enter a date".
Now - what was that about configuring?
BTW - THANK YOU FOR THE HELP SO FAR!!! I learnt something very important about conflicts. Been looking for this kind of information for some time :-)
Hi Shahzad,
Please post a link to the form so I can take a quick look.
Bob