Bug 188145 - HTML Collection prototype problem
Summary: HTML Collection prototype problem
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 4.2.1
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 09:49 UTC by lunter
Modified: 2009-07-09 00:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
source (599 bytes, text/html)
2009-03-26 09:50 UTC, lunter
Details

Note You need to log in before you can comment on or make changes to this bug.
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?