What steps will reproduce the problem?
1. Do setAttribute on element returned from getElementsByTagName called on
unattached element
What is the expected output? What do you see instead?
Throws exception.
The problem is a regression from the "attach tracking" overhaul of Issue 536,
r1214. We incorrectly assume the returned elements are attached to a
document/flash handler, but they may not be. We may try to access the flash
handler when there is not one present.
Original issue reported on code.google.com by grick23@gmail.com on 28 Nov 2010 at 9:38
Original issue reported on code.google.com by
grick23@gmail.com
on 28 Nov 2010 at 9:38