Tabs (ui v1.5.2)

Tabs (ui v1.5.2)


Hey guys.
My company moved over to jQuery UI 1.5.2 early yesterday and at the
end of the day I found a very strange issue with the Tabs UI
component.
In short, I have some code running on the 'tabsshow' event, which up
until yesterday was running as expected and triggering correctly on
clicking of the tab link. However, after moving to 1.5.2, the
'tabsshow' event was also (erroneously) being triggered by clicking
unrelated buttons on the page (but not the tab canvas). The code is
not easily posted here ... but I can make a smaller test case if
people are interested. I just wanted to see if anyone else had
experienced this phenomenon as yet.
I tried all sorts of hacks to make this work ... but to no avail. My
solution in the end was simple, I moved over to the 'tabsselect' event
instead which worked perfectly. I am pretty sure that prior to 1.5.2,
'tabsselect' was NOT doing what I needed, hence the use of 'tabsshow'.
Thoughts anyone?
P.