[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-27 Thread Mike Alsup
This issue is now fixed. http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt Mike On 4/26/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Ugh, that's nasty. Yes, this is a layout issue with IE due to its whacky "hasLayout" notion. The plugin should force that property

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-26 Thread Mike Alsup
Ugh, that's nasty. Yes, this is a layout issue with IE due to its whacky "hasLayout" notion. The plugin should force that property to true (so that you don't need an explicit height). I will make that change and upload a new version tonight. In the mean time, you can replace the "block" metho

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-26 Thread Stuart
Mike, I didn't bother to send you a screenie since I got this example modified to show the overlay issue. It seems that if the blocked element (form in this case) doesn't have a defined width, IE aligns the top-left corner of the overlay with the top-left corner of the first child element. Or some

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-25 Thread Mike Alsup
It would seem that none of my attempts to fix the IE6 overlay position bug work. As IE6 is the current Agency standard around here (lord have mercy on us all) I have to code for it. If I can't find a work-around this might end up being a deal-breaker. I've read every post/thread that I can find

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-25 Thread Mike Alsup
I thank you for providing support for your wonderful plugin. I'll be using this one a lot. Probably even for things it wasn't intended :-) Well you're already doing that, Stuart! This is an unusual use-case, blocking a page that you are leaving. I'm not sure I fully understand the setTimeo

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-25 Thread Stuart
It would seem that none of my attempts to fix the IE6 overlay position bug work. As IE6 is the current Agency standard around here (lord have mercy on us all) I have to code for it. If I can't find a work-around this might end up being a deal-breaker. I've read every post/thread that I can find on

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-24 Thread Stuart
Yes, It works! Mostly. I'm still having problems with the overlay position in IE 6. I'm guessing that might be the result of some of my CSS stomping on the positioning used by blockUI. If you have any ideas where to look for this I'd appreciate it. As for the main issue, I'm not sure I fully under

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Mike Alsup
OK, after lunch I knocked together a quick and very dirty php page that contains a form that submits back to itself. In my testing, this form displays the much of the same behavior that I described originally. Works fine in FF. Form doesn't submit in IE 6 or 7. This example, however, does not pr

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Stuart
OK, after lunch I knocked together a quick and very dirty php page that contains a form that submits back to itself. In my testing, this form displays the much of the same behavior that I described originally. Works fine in FF. Form doesn't submit in IE 6 or 7. This example, however, does not pres

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Stuart Batty
The form is not submitted by ajax. It is a http post. I'll simplify the form down to something manageable and post. malsup wrote: > > > Stuart, > > Is the form submitted via normal browser invocation or via ajax? > Also, it would be immensely helpful if you could put together a simple > html

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Mike Alsup
Stuart, Is the form submitted via normal browser invocation or via ajax? Also, it would be immensely helpful if you could put together a simple html page (ignore the server component) that demonstrates the problem. Mike On 4/23/07, Stuart Batty <[EMAIL PROTECTED]> wrote: Mike, I don't immed

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Stuart
I just did an experiment where I added an explicit call to submit after the block and it works in IE. I just added $ ("#myForm").submit(); after the call to block. It still takes about 6 seconds for the modal to appear but this does show that the submit event is getting clobbered somehow.

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Stuart Batty
Mike, I don't immediately see any way to post a sample page since the application is a intranet java webapp running on Tomcat using MyFaces. I could possibly post the compiled output from the .jsp but I fear that may mask the original problem. I could probably work around the odd modal alignment

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Mike Alsup
Stuart, Can you post a sample page? Mike

[jQuery] Re: blockUI plugin blocking form submit on IE 6 & 7

2007-04-23 Thread Stuart Batty
Pardon me for replying to my own thread but I can't seem figure out why it's not getting accepted to the mailing list. I'm subscribed but I keep getting email saying that it's still pending. I posted it 3 days ago so I'm thinking that's not normal. By the way, if this gets on the mailing list, I