madkixt / base2

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

base2.dom.NodeSelector.querySelectorAll(document, "") does not throw error in IE6+ #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use base2.dom.NodeSelector.querySelectorAll(document, "") with "" (empty
string) as selector.

What is the expected output? What do you see instead?
A node list with the document object as single element is returned. Instead
of this an error that "" (empty string) is invalid selector must be thrown.

What version of the product are you using? On what operating system?
1.1 (alpha1)

Please provide any additional information below.
Tested on IE6, IE7 and IE8 with the same result.

Original issue reported on code.google.com by mdimitrov@gmail.com on 16 Feb 2010 at 2:40

GoogleCodeExporter commented 8 years ago
This is fixed in the upcoming release (version 2.0)

Original comment by dean.edw...@gmail.com on 16 Feb 2010 at 3:26