Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-13 Thread Christian Dutaret
Just crossed my mind this could be a problem with some older version cached in the browser. So I cleared IE cache and... everything works fine... Sorry about all that noise 2006/11/13, Christian Dutaret <[EMAIL PROTECTED]>: I still have the same problem with IE and DropdownDatePicker using toda

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-13 Thread Christian Dutaret
I still have the same problem with IE and DropdownDatePicker using today's latest snapshot. I noticed some changes though. djConfig is different on IE or firefox: IE6: "locale":"fr" FF2: "locale":"fr-fr" Still works fine with FF, still broken on IE. 2006/11/9, Christian Dutaret <[EMAIL PROTECTE

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread Christian Dutaret
I changed the locale to en-us in IE, and still the same (no render and still the same error message) In FF, I changed the locale to en-us too, and the DropdownDatePicker is displayed in english as expected The djConfig is the same in IE and FF About the TAPESTRY-1136 issue, it was working for me

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread andyhot
Could be something similar to http://issues.apache.org/jira/browse/TAPESTRY-1136 Can you change the default language to en-us in IE and see what happens? In FF, is the djConfig identical? Christian Dutaret wrote: > sure > > djConfig = > {"isDebug":false,"debugAtAllCosts":false,"debugContainerId":

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread Christian Dutaret
By the way, I also noted another stuff not working with IE: tapestry.form.focusField('someId') doesn't work when applied to a select box input. It breaks all the EventListeners on the page, since it is generated before the connect events. Works fine with firefox2 I don't have a simple way to chec

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread Christian Dutaret
sure djConfig = {"isDebug":false,"debugAtAllCosts":false,"debugContainerId":"debug","baseRelativePath":" http://localhost:8080/ha/assets/static/dojo/ ","preventBackButtonFix":false,"parseWidgets":false,"locale":"fr-"} 2006/11/9, andyhot <[EMAIL PROTECTED]>: Christian Dutaret wrote: > I use the

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread andyhot
Christian Dutaret wrote: > I use the defaults generated from the Shell component, except for some > logging setup (logging disabled), and I load dojo js through the asset > service using standard friendly urls. > Forgot to say I'm using 4.1.1, not tacos. There's no dropdowndatepicker in tacos :)

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-09 Thread Christian Dutaret
I use the defaults generated from the Shell component, except for some logging setup (logging disabled), and I load dojo js through the asset service using standard friendly urls. Forgot to say I'm using 4.1.1, not tacos. 2006/11/8, andyhot <[EMAIL PROTECTED]>: Christian Dutaret wrote: > the wi

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-08 Thread andyhot
Christian Dutaret wrote: > the widget is not rendered at all under IE6. I get the error message : > could > not locate implementation for "dropdowndatepicker" in "dojowidget" > registered to namespace "dojo". > Works OK with firefox 2.0 > > Anyone experiencing the same? what's your djConfig ? --

@DropdownDatePicker not working in IE with lastest snapshot

2006-11-08 Thread Christian Dutaret
the widget is not rendered at all under IE6. I get the error message : could not locate implementation for "dropdowndatepicker" in "dojowidget" registered to namespace "dojo". Works OK with firefox 2.0 Anyone experiencing the same?