tablesmit / csexwb2

Automatically exported from code.google.com/p/csexwb2
1 stars 2 forks source link

IHTMLElement2.getElementsByTagName() returns the same element #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. IfacesEnumsStructsClasses.IHTMLElement2 x = ...;
2. x.getElementsByTagName("DIV")

What is the expected output? What do you see instead?
If I have 6 "DIV" tags containing the numbers 1 through 6 the function will
return the first DIV 6 times.

What are the OS and IE versions?
Win XP, IE 7.

What version of the product are you using?
04 June 2008 - Version (2.0.0.2)

Please provide any additional information below.
IfacesEnumsStructsClasses.IHTMLDocument3's getElementsByTagName() works
correctly, so it's only broken for IHTMLElement2.

Original issue reported on code.google.com by manixr...@gmail.com on 18 Mar 2009 at 6:23