Hi guys , i found the following bug when using jquery ui tabs ,
when i selected the event as mouse hover and added animation to it
$("#Tab").tabs({ "event":"mouseover",fx:{ opacity: 'toggle' , duration:'slow'}});
when i move the mouse over the tabs quickly , two tab contents remain open at the same time .
this is the bug confirmed , check this
i think the problem is that Jquery UI Tabs is not using hover intent , any solution this problem ?