You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forcing an Array2 object to a string results in an "No default value" in
Safari. It works in Firefox.
There's something weird going on. When using the toString method on the Array2
object, Safari
gives an "Type error", while there is an internal toString method on this
object.
See also attached test.
This is also the reason why getElementsByClassName(["selected"]) doesn't work
with Safari. It gives
an "'.selected' is not a valid CSS selector."
probably an invalid selector =), but possibly not ;-)
Original issue reported on code.google.com by doeke.zanstra@gmail.com on 9 Apr 2007 at 10:01
Original issue reported on code.google.com by
doeke.zanstra@gmail.com
on 9 Apr 2007 at 10:01Attachments:
The text was updated successfully, but these errors were encountered: