I've had issues with IE, too. In the end, I had to patch datepicker.js in the Tapestry source, using these known issues as reference: http://issues.apache.org/jira/browse/TAPESTRY-222 http://issues.apache.org/jira/browse/TAPESTRY-233 http://issues.apache.org/jira/browse/TAPESTRY-173
I ended up commenting out the line this._calDiv.focus(); and modifying the getPoint method as outlined in issue 173. It's annoying - the bundled components really ought to "just work". Especially when the bugs are known :( On 09/06/05, Patrick Yip <[EMAIL PROTECTED]> wrote: > Yes. I have all scripting options enabled in the Internet Security > settings. > Any other possible causes? > > > -----Original Message----- > From: Patrick Casey [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 09, 2005 10:03 AM > To: 'Tapestry users' > Subject: RE: DatePicker Not Working on IE6 > > Do you have javascript turned off in IE? > > > -----Original Message----- > > From: Patrick Yip [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 09, 2005 9:57 AM > > To: Tapestry users > > Subject: DatePicker Not Working on IE6 > > > > I have the DatePicker working on Firefox. However, it doesn't work in > > IE6. > > > > Is there a solution for this problem? > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
