On May 12, 6:10 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > On May 12, 4:06 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > > I am facing a very weird problem in IE 6.0 as the $.unblockUI()
> > > > function is NOT removing the created page block. I have searched for
> > > > solution but have not find any good solution.
>
> > > > Can anyone help me in this and suggest me something .. any clue .. any
> > > > hint????? Why $.unblockUI() is not working in Internet Explorer 6.0+
>
> > > What version of blockUI are you using? Can you post a link to the page?
>
> > I am using blockUI's Version 2.04 (04/30/2008).
>
> > I am using 3-4 jquery plugins into one application. I am having a
> > login form which I am submitting using jquery form ajax. I am handling
> > server errors in ajax error callback function and displaing the errors
> > in jquery's facebox. Now I don't want the User to interact with the
> > window elements when there is any error i.e. jquery's facebox is
> > open. So I have added a $.blockUI(); in the same error handler
> > function. Here I would like to tell one more thing i.e. I am also
> > using "Element" blocking feature of blockUI plugin and I am showing
> > the "Processing .." bar in the login form are when the User click on
> > submit. Unblocking of Element blocking is working fine in all the
> > browsers i.e. the statement : $("div#login
> > div.container_box").unblock(); is working fine in all the browsers.
>
> I believe I have fixed this in v2.05:
> he
> http://malsup.com/jquery/block/jquery.blockUI.js?v2.05
>
> Mike
Mike you are correct in someway but the problem is NOT completely
solved. In this new version 2.05 the $.unblockUI() is working fine in
IE 6.0 BUT even after the unblock I am not able to interact with the
windows elements until I refresh the page. The function $.unblockUI()
s removing the overlay from the window in IE but NOT allowing the user
to interact / click / use any window element.
Ashivin