Scratch my previous response.
I did some testing and the reason this issue is not showing up in trunk is because the examples are
running in standards mode. In previous versions it was running in quirks mode.
So the simplest solution is to add the following doctype to your border
template:
<!doctype html>
The doctype above is understood by all major browsers, even IE6. Alternatively use click-calendar
found here[1].
We'll have to try and fix the calendar to run in quirks mode though. Unfortunately Calendar Date
Select is not maintained anymore so we'll have to fix this ourselves.
kind regards
bob
[1]: http://code.google.com/p/click-calendar/
On 20/01/2010 05:59 PM, james_sg wrote:
Hi,
I found recently that the datefield popup stop working in Internet Explorer
7.
No such problem with firefox.
Any possible workaround?
Regards,
James