date field not appearing correctly in firefox
date field not appearing correctly in firefox
In an application I' m setting up I have a problem with a date field. In Chrome it shows ok, in Firefox/ IE not.
See http://eum.buildingwarden.com/index.php?option=com_content&view=article&id=18156&Itemid=638&lang=en
thanks for any insight
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
seems there is a template issue; we are currently updating it
site wont work for a while
thanks, Nikos
Hi Nikos,
Are you using the
date
type option ( http://editor.datatables.net/reference/field/date )? If so, its behaviour will depend upon two things:If jQuery UI is available on the page, that will be used in all browsers. Otherwise the HTML5
date
type will be used, but only Chrome supports that currently (possibly IE now as well from what you say). Mobile browsers have better support for it, but desktop Firefox is still waiting for that feature...Allan
Thanks Allan, I guess some issue with the UI; on my localhost it shows ok; we will fix it
best, Nikos