Upgraded a website from 8.2 to 9.2
I have a problem where a wdw, when displayed on ie6, pegs the cpu and makes it difficult to work with.
I had no problems with 8.2.
It works fine in ie7,8 and firefox
has anyone run into this issue?
I filed a help request, but no response yet.
Hi,
If that issue is about IE6 when dialog is modal and margin:auto for some elements is used, then that was fixed around 10 days ago.
If that is the case, then fix will be available in coming service releases.
Problem was that IE raised scroll event when dialog created blocking iframe to cut-off mouse outside of dialog. In response dialog readjusted bounds of that iframe and IE6 raised another scroll event (endless loop).