jquery datepicker issue with fastclick

i been looking through the source code for the string that renders the jquery datepicker feild

i running fastclick.js to for some 3rd party ui enhancements for my mobile support. datepicker (popup calendar) doesn't fire correctly on mobile with fastclick... need to mod the string but can not find the code.

if someone could point me in the right direction where the 'date' field is references. would be much appreciated.

Quote · 3 Aug 2016

meh, figured it out.

 

\templates\base\scripts\BxBaseFormView.php

 

around line 503 add 'needsclick' to the string

$aAttrs['class'] = "form_input_{$aInput['type']} bx-def-font-inputs needsclick" . (isset($aAttrs['class']) ? (' ' . $aAttrs['class']) : '');

Quote · 3 Aug 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.