Buttons don't do anything
Hi,
For me, the buttons appear, but don't do anything when clicked in either Firefox or IE.
I'm running:
- MW 1.16.2
- Semantic Forms (Version 2.1.1)
- Semantic Forms Inputs (Version 0.4.1)
- Semantic Maps (Version 0.7.6.1)
- Semantic MediaWiki (Version 1.5.6)
- Semantic Result Formats (Version 1.5.3)
Any ideas? Thanks, Jon
PS, seemed to start working if I only have one picker on a page. I had two.
You could try to update Semantic Forms, version 2.1.1 was pretty buggy. If that does not help, please try to reproduce the bug on http://scratchpad.referata.com/wiki/Form:Project_Facts. Or open the Firefox error console (ctrl-shift-J) and see if any JavaScript errors pop up.
I have the same problem: clicking the Buttons does not trigger any reaction. I am running:
- MW 1.16.1
- Semantic MediaWiki (Version 1.6)
- Semantic Forms (Version 2.2.1)
- Semantic Forms Inputs (Version 0.4.1)
I did the ctrl-shift-J and saw several errors, but nothing that has to do with Semantic Forms Inputs. At least I did not see it. But Internet Explorer told me the problem:
Message: The object does not support this value oder method Line: 154 Character: 2 Code: 0 URI: http://xxxx/mediawiki/extensions/SemanticFormsInputs/libs/datepicker.js
Line 154 in my datepicker.js is as follows:
var disabledDates = jQuery( input ).datepicker( "option", "disabledDates" );
What could be wrong there? Any help is greatly appreciated