pvdung / ourlibrary

Automatically exported from code.google.com/p/ourlibrary
0 stars 0 forks source link

IE5.5 prunes isDescendant #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I don't see any need to prune isDescendant in IE5.5.  This is why the auto-
hide button is absent from the sidebars on the test page.  I imagine the 
rollover test is inert as well, but haven't checked.

The feature detection is simply being too picky (because the HTML has a null 
parentNode).  Will change the test to check for the presence of the property 
as the HTML parent would be a document anyway.

Original issue reported on code.google.com by dmark.ci...@gmail.com on 5 Apr 2010 at 4:53

GoogleCodeExporter commented 9 years ago
Updated in the builder.  Also updated the test page to cross out the 
instructions when 
the rollover features are unavailable (not the case in IE5.5 anymore).  Same 
for 
mousewheel features, which are absent in IE5.5.  This is done because there are 
no 
buttons for these tests, so there was nothing to indicate that the features 
were 
unavailable.

Next update of the Downloads page and repository will include this change.

Original comment by dmark.ci...@gmail.com on 5 Apr 2010 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 5 Jun 2010 at 5:53