Ich habe mit dem IE7 bei den selects kein Problem, allerdings scheint die Ladezeit beim IE generell höher sein - hast du irgendwelche Sondersachen für den IE in deinem TypoScript?
Der Grund wieso bei zu schnellen Wechseln im Select nichts passiert liegt daran, daß die Funktion fillSelect() dafür sorgt das sie nicht zwei mal gleichzeitig ausgeführt werden kann:
Code:
if (inAction == true) {
return false;
}
inAction = true;
...
inAction = false;
return true;
Ich nehm' mal an, daß sonst Probleme auftreten würden.
jak
____________________________________
Join the DNRC |
Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)