pombreda / base2

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

new Selector("#id1, #id2") matches 1 node in WebKit #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
new Selector("#id1, #id2") matches 1 node in WebKit, but not in Safari. Weird.

Original issue reported on code.google.com by doek...@gmail.com on 26 Jul 2007 at 3:42

GoogleCodeExporter commented 9 years ago
For WebKit5* I use XPath for the selector engine. That is the likely cause. I 
might
go back to standard DOM queries for WebKit as I find too many problems with 
XPath.

Original comment by dean.edw...@gmail.com on 26 Jul 2007 at 5:13

GoogleCodeExporter commented 9 years ago
Safari3 has problems with or'ed XPath queries so I'm resorting to DOM queries 
for
this case. I'm determined to stick with XPath for WebKit. It is very buggy but I
think that this might be the last one.

Fixed on my machine but not yet in trunk.

Original comment by dean.edw...@gmail.com on 27 Jul 2007 at 9:28

GoogleCodeExporter commented 9 years ago
This should be fixed in the current release.

Original comment by dean.edw...@gmail.com on 10 Aug 2007 at 4:13