[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-19 Thread stonecipher
This sounds similar to the issue I'm experiencing with lost css styles in ie6 on ajax callback: http://groups.google.com/group/jquery-en/browse_thread/thread/3a8e286e3312da5b On Jun 6, 1:11 am, juliandormon <[EMAIL PROTECTED]> wrote: > Hi there, > I am getting a strange behavior in IE 6 and 7 wh

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-08 Thread juliandormon
Hi Mike, After much aggravation, it looks like some kind of IE bug. I cannot find the cause. I even had the ajax on success call another form that works in the Page Settings tab - and it was screwed up - so it couldn't have been anything in the form. Anyway by simply calling the exact same ASP

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread Mike Alsup
The problem in IE is that the form is not getting added to the DOM after posting it once. It looks like IE is stripping that element out for some reason. Notice that you can't post that page twice. The styles are lost because the css rules are based on the presence of the form element. I'm no

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread juliandormon
Thanks Mike, That third tab is not 'hooked up' yet. I get no javascript errors in any browser. But the problem appears on 2 different machines is IE 6 and 7. Were you able to see the problem in IE? malsup wrote: > > > I finally got IE going this morning and I see the same results there; > Pa

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread Mike Alsup
I finally got IE going this morning and I see the same results there; ParentPageID is undefined. I didn't see any problems on the Page Settings or Page Design pages. But when I submit from the Page Content page I get a JS error on this line: var navLevel = document.pageSettingsForm1.ParentPag

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread Mike Alsup
I didn't see any problems on the Page Settings or Page Design pages. But when I submit from the Page Content page I get a JS error on this line: var navLevel = document.pageSettingsForm1.ParentPageID.value.split("|"); ParentPageID is null in this case. Hope this helps. By the way, I was using