Hi all,
I don't actually have a mac with which to test this, but I'm informed
by a colleague that one of my scripts has failed in IE on the Mac;
endless twiddling seems to point to the ternary operator as culprit.
I asked him to check that javascript:aler t(true?"Yes":"N o"); gave an
alert when pasted into the address bar and he's reported that it does
not.
javascript:aler t("someString") ; works quite happily.
Can anyone confirm this bug or help narrow it to a single version? It
seems a fairly large bug to have gone so under-reported, gooooogling
for "mac ie ternary operator" doesn't return anything helpful.
Cheers,
-- Bob Gregory
I don't actually have a mac with which to test this, but I'm informed
by a colleague that one of my scripts has failed in IE on the Mac;
endless twiddling seems to point to the ternary operator as culprit.
I asked him to check that javascript:aler t(true?"Yes":"N o"); gave an
alert when pasted into the address bar and he's reported that it does
not.
javascript:aler t("someString") ; works quite happily.
Can anyone confirm this bug or help narrow it to a single version? It
seems a fairly large bug to have gone so under-reported, gooooogling
for "mac ie ternary operator" doesn't return anything helpful.
Cheers,
-- Bob Gregory
Comment