I have a strange rendering bug occuring since upgrading to 1.3.2 from
1.3.1 and even one of the nighty release (end of january)
i have a (very complex) menu, marked up with unordered lists.
Interaction with it toggles classes so that only the relevant ones are shown.
at some point i test how many are visible using
$('#stratas ul:visible').length;
with 1.3.1 it returned the correct number, but with 1.3.2 it does not
anymore. It seems related to the css code.
i've built a test suite here :
http://jsbin.com/ovoguLet me know if i should file a bug or if it's something i am doing wrong.
Thanks a lot
Alexandre