List Info

Thread: Possible IE6 Patch (Object doesn't support this property or method)




Possible IE6 Patch (Object doesn't support this property or method)
user name
2006-04-19 11:12:43
Hi,

Not sure if you're still actively maintaining 1.1 or
focusing on 2.0.
Anyway we made a few changes to 1.1 due to some IE 6
issues("Object
doesn't support this property or method"). Basically
just a couple of
"var"s added to the for loops (lines 54 &
62). and a null check for
func (76).

Regards,
Patrick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Behaviour Javascript Library"
group.
To post to this group, send email to behaviourgooglegroups.com
To unsubscribe from this group, send email to
behaviour-unsubscribegooglegroups.com
For more options, visit this group at http://group
s.google.com/group/behaviour
-~----------~----~----~----~------~----~------~--~---
Possible IE6 Patch (Object doesn't support this property or method)
user name
2006-05-08 09:22:06

patlv23 wrote:
> Hi,
>
> Not sure if you're still actively maintaining 1.1 or
focusing on 2.0.
> Anyway we made a few changes to 1.1 due to some IE 6
issues("Object
> doesn't support this property or method").
Basically just a couple of
> "var"s added to the for loops (lines 54
& 62). and a null check for
> func (76).
>
> Regards,
> Patrick

first: thanks to Patrick for your work. I recently ran into
that
IE6-patch-f**-bug 

second: line 55 should also read different:

54		for (var h=0;sheet=Behaviour.list[h];h++){
55			for (selector in sheet){

54		for (var h=0;sheet=Behaviour.list[h];h++){
55			for (var selector in sheet){

...there might be more^^ lets see


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Behaviour Javascript Library"
group.
To post to this group, send email to behaviourgooglegroups.com
To unsubscribe from this group, send email to
behaviour-unsubscribegooglegroups.com
For more options, visit this group at http://group
s.google.com/group/behaviour
-~----------~----~----~----~------~----~------~--~---

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )