The datepicker input type stopped working under SMW-1.26alpha. The form loads but the datepicker does not. This warning is shown:
Warning: OutputPage::getModuleStyles: style module should define its position explicitly: jquery.ui.datepicker ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in C:\Apache\htdocs\mediawiki\includes\OutputPage.php at line 621] in C:\Apache\htdocs\mediawiki\includes\debug\MWDebug.php on line 300 Warning: OutputPage::getModuleStyles: style module should define its position explicitly: ext.semanticformsinputs.datepicker ResourceLoaderFileModule [Called from OutputPage::getModuleStyles in C:\Apache\htdocs\mediawiki\includes\OutputPage.php at line 621] in C:\Apache\htdocs\mediawiki\includes\debug\MWDebug.php on line 300
In the console:
Uncaught ReferenceError: jQuery is not defined
I can find a lot of references on style module should define its position explicitly
but I don't know how to fix this. There is no SFI_Datepicker.css
in the skins directory. Regards.