Closed (fixed)
Project:
Date
Version:
6.x-2.0-rc4
Component:
Date Popup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 18:31 UTC
Updated:
14 Dec 2008 at 19:52 UTC
With date popup I have some css validation errors:
URI : http://www.mindenice.fr:88/sites/mindenice.fr/modules/date/date_popup/themes/timeentry.css?h
11 .timeEntry Propriété érronée : background-color none n'est pas une valeur de color : none
This is because background-color: none is not css compliant.
And this one :
URI : http://www.mindenice.fr:88/sites/mindenice.fr/modules/date/date_popup/themes/datepicker.css?h
177 .ui-datepicker-cover Erreur lors de l'analyse grammaticale. mask() I think the mask() property that is a fix for IE6 is incorrect.
I could edit this myself but then I'll have issues for future date upgrades :)
Thanks
Comments
Comment #1
Varenne commentedI discovered the same two.
I reviewed the date pop-up in IE 7 but could not determine exactly where this is being used, I prefer not to have to install older versions of IE to test this.
Comment #2
Bevan commented#337075: Small CSS issues in date/date_popup/themes/timeentry and datepicker.css was marked duplicate
Comment #3
karens commentedThe issue marked duplicate had better information in it, but anyway I fixed the background-color error.