Hi,

I'm just trying out jQuery (& javascript framework's in general) for the
first time so apologies if I come across as naive. I'm trying to implent the
UI/Tabs widget and running into an issue that as far as I can tell from
forum activity (or lack of) no one else seems to be suffering from:

When a user clicks between tabs any content below the panes very briefly
flickers where the panes are.  I applied a slow opacity fade to the
interaction and it showed that the panes actually collapse for a brief
moment in time during the selected class transition from one pane to
another.  When viewing this in Firebug you can see that at one point in time
all of the the pane divs have the hide class appended to them, causing the
container to collapse at that moment and move the content below it up the
page. A split second later the correct arrangement of classes is restored
and the pane is populated again.

So has no one else noticed this and more importantly; has anyone got any
ideas how I can remedy it?

TIA.
-- 
View this message in context: 
http://www.nabble.com/UI-Tabs-%22flickering%22---delay-in-hide-class-tp21584964s27240p21584964.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to