PDA

View Full Version : [RESOLVED] this.disabledDays.join in of the datefield in version Firefox 3.0.9


Rafael
04-22-2009, 09:58 PM
This error occurred when firefox for version 3.0.9 was brought up to date.
This error show when user property disabledDays: true, of the datefield

mjlecomte
04-22-2009, 11:18 PM
The API says to specify an array, so the error is not surprising (to me).

Rafael
04-23-2009, 07:34 AM
is a bug ?

In version Firefox 3.0.8 is work but with update dont work more !

Animal
04-23-2009, 07:36 AM
Yes, you have a bug.

true is not an Array of days to disable is it?

Rafael
04-23-2009, 07:45 AM
yes it is.

How to disabled of the button datefield ?

Animal
04-23-2009, 08:20 AM
So you just configured that at random, hoping it would disable the trigger? Is that what you wanted? To disable the trigger?

Rafael
04-23-2009, 08:51 AM
yes, disabled trigger

Animal
04-23-2009, 09:34 AM
You can hide the trigger usnig hideTrigger.

Or you can create an interceptor on the triggerClick method which checks and returns false when you don't want it to do anything.

Rafael
04-23-2009, 11:55 AM
it is great Animal.

Thank you