The isIE5 variable in DOMAssistant.js actually contains whether or not we're on
Trident 5, (I think). From looking at where isIE5 it seems that we're more
interested in knowing if document.all works as expected.
This patch contains a fix where we test to see if document.getElementsByTagName
works right, and if so then we set a variable docAll to false, and I've updated
DOMAssistant.getTags() to use the new docAll variable.
Note: This patch also contains a fix for the next issue I'm going to enter,
which will be #33.
Original issue reported on code.google.com by johnbea...@gmail.com on 17 Nov 2011 at 3:56
Original issue reported on code.google.com by
johnbea...@gmail.com
on 17 Nov 2011 at 3:56Attachments: