[jQuery] Re: blockUI IE6 checkbox

2007-09-17 Thread seedy
I must be hallucinating I swear this was working on friday. I just checked it and the same problem seems to be occuring in IE6/7 http://devweb1.ttisolutions.com/jqueryTests/blockui/ malsup wrote: > > > Thanks for the fix, Ted! Great work! I've made the change and checked > it in. > > ht

[jQuery] Re: blockUI IE6 checkbox

2007-09-14 Thread Mike Alsup
Thanks for the fix, Ted! Great work! I've made the change and checked it in. http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 9/13/07, Theodore Ni <[EMAIL PROTECTED]> wrote: > I took a quick look at the blockUI code, and you can fix the problem by > changin

[jQuery] Re: blockUI IE6 checkbox

2007-09-14 Thread seedy
Thanks! thats working out well for me right now. Theodore Ni wrote: > > I took a quick look at the blockUI code, and you can fix the problem by > changing the bind function to this: > > // bind/unbind the handler > bind: function(b, el) { > var full = el == window; >

[jQuery] Re: blockUI IE6 checkbox

2007-09-13 Thread Theodore Ni
I took a quick look at the blockUI code, and you can fix the problem by changing the bind function to this: // bind/unbind the handler bind: function(b, el) { var full = el == window; // don't bother unbinding if there is nothing to unbind if (!b && (full && !this.p

[jQuery] Re: blockUI IE6 checkbox

2007-09-13 Thread seedy
sorry for the delay, finally got one up http://devweb1.ttisolutions.com/jqueryTests/blockui/ The problem seems to happen in all browsers I test it in, althought the element blocking doesnt seem to have a problem in firefox. malsup wrote: > > > Do you have a sample page that shows the probl

[jQuery] Re: blockUI IE6 checkbox

2007-09-05 Thread Mike Alsup
Do you have a sample page that shows the problem? That would be helpful for me. Thanks. Mike On 9/5/07, seedy <[EMAIL PROTECTED]> wrote: > > > Setting the fade to false does not appear to be solving the issue for me. > > > > malsup wrote: > > > > seedy, > > > > Try adding this to your page: >

[jQuery] Re: blockUI IE6 checkbox

2007-09-05 Thread seedy
Setting the fade to false does not appear to be solving the issue for me. malsup wrote: > > seedy, > > Try adding this to your page: > > $.blockUI.defaults.fadeOut = false; > > I think this is an issue with animation. > > Mike > > > > On 9/4/07, seedy <[EMAIL PROTECTED]> wrote: >> >> >

[jQuery] Re: blockUI IE6 checkbox

2007-09-04 Thread Mike Alsup
seedy, Try adding this to your page: $.blockUI.defaults.fadeOut = false; I think this is an issue with animation. Mike On 9/4/07, seedy <[EMAIL PROTECTED]> wrote: > > > > Has anyone been able to reproduce this or am I just crazy ? > > > seedy wrote: > > > > I have a few checkboxes that fire

[jQuery] Re: blockUI IE6 checkbox

2007-09-04 Thread seedy
Has anyone been able to reproduce this or am I just crazy ? seedy wrote: > > I have a few checkboxes that fire an ajax request, and use blockUI to > block an element during this request. > Problem is, the checkbox gets 'unchecked' whenever blockUI shows up. > Its reproducible with the follo