Bug 188145

Summary: HTML Collection prototype problem
Product: [Applications] konqueror Reporter: lunter <lunter>
Component: khtml ecmaAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 4.2.1   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: source

Description lunter 2009-03-26 09:49:45 UTC
Version:            (using KDE 4.2.1)
OS:                MS Windows
Installed from:    MS Windows

1. Run HTMLCollection.html from attachement
2. Should alert value: 2
3. Try on IE 8.0 - works perfect
Comment 1 lunter 2009-03-26 09:50:10 UTC
Created attachment 32403 [details]
source
Comment 2 Maksim Orlovich 2009-03-26 17:15:13 UTC
That would be because getElementsByTagName does not return an HTMLCollection, it returns a NodeList. Why would a DOM2 Core method return something HTML specific?