Bug 185387

Summary: NodeSelector by querySelectorAll broken
Product: [Applications] konqueror Reporter: lunter <lunter>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: dominik.tritscher
Priority: NOR Keywords: triaged
Version: 4.2.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: source code

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 ***