Re: IE ajax theme form data problem

2009-01-29 Thread Robert Dietrick
Thanks. That did it. On Wed, Jan 28, 2009 at 10:53 PM, Jeromy Evans wrote: > Try turning off the loading text. > > It's a guess, but it sounds similar to the loadingText bug due to Dojo in > IE. If the target div contains the source form and loadingText enabled, the > loadingText overwrites the

Re: IE ajax theme form data problem

2009-01-28 Thread Jeromy Evans
Try turning off the loading text. It's a guess, but it sounds similar to the loadingText bug due to Dojo in IE. If the target div contains the source form and loadingText enabled, the loadingText overwrites the form before the its new values are read. Details are mentioned several times i

IE ajax theme form data problem

2009-01-28 Thread Robert Dietrick
Hi, I have a page which uses a tabbedPanel with three tabs. In each of the three tabs, I load a separate div: In each of the tabbed divs, there is a form which uses the ajax theme and targets the div in which the for resides. E.g., ... Under IE (6 & 7), when I