pombreda / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

Array2.toString doesn't work in Safari #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Tested Safari version is 2.0.4 (419.3)

Original comment by doeke.zanstra@gmail.com on 11 Apr 2007 at 12:21

GoogleCodeExporter commented 9 years ago
Bug acknowledged.

Original comment by dean.edw...@gmail.com on 1 May 2007 at 8:05

GoogleCodeExporter commented 9 years ago
Fixed in trunk and reflected in libs/ directory.

Original comment by dean.edw...@gmail.com on 2 May 2007 at 3:28

GoogleCodeExporter commented 9 years ago
Confirmed. Thanks man!

Original comment by doek...@gmail.com on 2 May 2007 at 7:11

GoogleCodeExporter commented 9 years ago

Original comment by doek...@gmail.com on 14 Jul 2007 at 6:56