> Is jQuery riddled with bugs in less traveled areas we don't know about?

I'm not completely sure what you're talking about. In jQuery 1.3 we changed
the logic for detecting if an element was visible or invisible to a much
faster algorithm, this affected some pages in the case where a container
element with no visible height or width was hidden/shown. Since the element
wasn't actually visible, it was deemed 'invisible'. This broke some pages
that relied upon this behavior (and were using some poorly-designed CSS) so
we landed a fix and some new test cases to catch a future regression. Sounds
pretty reasonable to me.

--John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to