Closed GoogleCodeExporter closed 9 years ago
It looks that selector queries are broken and unusable in current version.. only
simpliest queries return expected values.
Original comment by marius...@gmail.com
on 20 Jul 2007 at 7:18
> only simpliest queries return expected values.
Can you provide some more examples? I've fixed the submitted issue before I
check it
in I'd like to know I've fixed the other issues.
Original comment by dean.edw...@gmail.com
on 21 Jul 2007 at 7:46
What I see is that all queries that:
- consist of more than one simple sequence
- should return elements within given scope and not document scope
return elements within document scope.
And that's all issues that I see at the moment.
Original comment by marius...@gmail.com
on 23 Jul 2007 at 7:14
What do you mean by "consist of more than one simple sequence"? Can you provide
an
example? I'd like to close this bug otherwise as I've fixed the scoping issue in
Firefox/Opera.
Original comment by dean.edw...@gmail.com
on 23 Jul 2007 at 8:51
By simple selector sequence I understand e.g. 'div[attr="value"]' by two simple
selector sequences I understand e.g. 'div[attr="value"] div[attr="value"]'
So - el.matchSingle("div") returned right element but el.matchSingle("div div")
not
I took this naming from Selectors W3C recommendation and quite old proposal to
CSSOM
by Daniel Glazman - probably I should revise my naming convention ;-)
I saw that you've started updating library builds (base and DOM are available
while
BOM returns 404 at the moment) - after I've updated base and DOM files,
selectors
like "div div" works ok but now I have problem with multiple selector - check
http://mariuszn3.com/base2/selectors.html matchAll returns two elements while
should
return just one (input is outside of scope but it's returned)
Original comment by marius...@gmail.com
on 23 Jul 2007 at 10:05
Bah! I still haven't fixed the scoping issue for comma separated selectors.
I'll do
that now.
PS. The BOM package has been removed.
Original comment by dean.edw...@gmail.com
on 23 Jul 2007 at 1:06
OK. I think I've fixed the scoping issues for real now. I'm marking this bug
fixed.
Can you verify?
Original comment by dean.edw...@gmail.com
on 23 Jul 2007 at 2:26
It works great - I don't see any issues right now.
I let you know if I'll find any other problem. Thanks!
Original comment by marius...@gmail.com
on 23 Jul 2007 at 4:53
Original comment by dean.edw...@gmail.com
on 23 Jul 2007 at 5:34
Original issue reported on code.google.com by
marius...@gmail.com
on 19 Jul 2007 at 1:40