Updatepanel refresh messing up JqueryUI in IE7
Posted
by o-logn
on Stack Overflow
See other posts from Stack Overflow
or by o-logn
Published on 2010-04-19T00:57:25Z
Indexed on
2010/04/19
1:03 UTC
Read the original article
Hit count: 411
Hey everyone,
This is a bit of a long shot as I don't have access to the code at the moment. However, there's nothing 'special' about the code. I'm using a combination of JqueryUI and ASP.NET UpdatePanels. If I click any of the trigger
controls (asp.net button), the partial-postbacks are fine. However, if I click on a trigger
control after clicking on a JQueryUI button, then the entire layout messes up and a lot of the content moves upwards. I can just about reach a JQueryUI button, and when I click that, the layout returns to normal and everything's fine until I click the trigger control again. The page works fine in all latest browsers, but this problem appears in IE 7.
I hope maybe someone has come across a similar problem in IE 7 and found a workaround/solution. I've been trying to fix it for a couple of days, but no luck.
Thanks for any advice.
© Stack Overflow or respective owner