[selectors] :visible and :hidden seems to be buggy

[selectors] :visible and :hidden seems to be buggy


Hi all,
I noticed today what seems to be a bug in :visible and :hidden (two
bugs, actually).
I don't know if it has already been reported yet, but here they
are ! :)
1) bug with :visible
This seems to work nicely in FF3, but it does not work in IE6 (test
case : test it on TR elems)
2) bug with :hidden
Willing to fix the :visible bad behaviour for IE6 at work, I decided
to use :hidden instead. But it seems to bug in FF3 (and maybe
elsewhere, I did not try) : even if elements are displayed, it
considers them as hidden.
I ended in using css('display') == 'none', but I would love to use
the :visible and :hidden selectors.
Any thoughts about that ?
Have a nice day !
Kind regards,
Renaud