Lag Issues With J-UI Dialog
I'm using jQuery UI's Dialog plugin to create visual cards with stat
reports on them. The dialogs are not modal, so that the user can open
as many as they like.
In IE 6/7/8, Safari, and Chrome (yes, you read that right, even
IE6)... there are no concernable lag issues. But, in Firefox alone,
as soon as the user opens more than 3 dialogs, it becomes increasingly
laggy.
Anyone else seen this or have thoughts on fixes? I tried disabling -
moz-borders in the jquery-ui stylesheet, since that is the only thing
I can think of unique to FF in the plugin, but that did nothing. I am
at a complete loss.
--