Please create a ticket for this: http://dev.jqueryui.com/newticket (note: requires registration)
Thanks. - Richard On Wed, Dec 9, 2009 at 1:43 PM, ksnyder <[email protected]> wrote: > When using tabs and disabling a tab, IE7 throws the following error: > > Object doesn't support this property or method. > > The code breaks on: > > // Take disabling tabs via class attribute from HTML > // into account and update option properly. > // A selected tab cannot become disabled. > o.disabled = $.unique(o.disabled.concat( > $.map(this.lis.filter('.ui-state-disabled'), > function(n, i) { return self.lis.index(n); } ) > )).sort(); > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jquery-ui%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
