Bug 185387 - NodeSelector by querySelectorAll broken
Summary: NodeSelector by querySelectorAll broken
Status: RESOLVED DUPLICATE of bug 174637
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.2.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2009-02-23 22:38 UTC by lunter
Modified: 2009-07-09 00:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
source code (129 bytes, text/html)
2009-02-23 22:39 UTC, lunter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lunter 2009-02-23 22:38:32 UTC
Version:            (using KDE 4.2.0)
OS:                MS Windows
Installed from:    MS Windows

http://www.w3.org/TR/selectors-api/

<body>
 <div><div></div></div>
 <div></div>
</body>
<script>
 alert(document.querySelectorAll('body>div').length)
</script>

should alert: 2

KDE 4.2: FAIL
IE8: OK
FF3.1: OK
Opera 10.0: OK
Chrome 2.0: OK
Safari 4.0: OK
Comment 1 lunter 2009-02-23 22:39:19 UTC
Created attachment 31582 [details]
source code
Comment 2 Maksim Orlovich 2009-02-23 22:51:49 UTC
We don't support this module, but maybe we should.
Comment 3 lunter 2009-02-24 08:28:09 UTC
I propose to change severity to wishlist and status to new because only KDE doesn't support this module.
Comment 4 lunter 2009-07-09 00:11:44 UTC

*** This bug has been marked as a duplicate of bug 174637 ***