Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-29-2009, 06:50 AM   PM User | #1
FileFound
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
FileFound is an unknown quantity at this point
Jquery issue

Here is the situation:

I need to block the web page while displaying the dialog and unblock it after clicking OK in the dialog.

The blocking part is fine, but the page fails to unblock.

Here are the things I had tried:
Normally unblocking is done by scripting $.unblockUI(); I passed as a function as an argument - it did not work.
Next I passed {fadeOut: 400} as an argument. It also failed to work.
I invoked the hidden blockUI control explictly and made it to fade. It also failed to work.
The meta tag correctly points to the version of Internet Explorer as IE 7.
The web page is a detail page with <asp:content> tags and also <asp:UpdatePanel>. I checked whether there any missing closing tags. Nothing. The HTML part is fine.
I debugged the javascript. No problems there too. It is just fine.
There is html added into the page dynamically from the code behind. (Actually a HTML Table for the sake of a menu).
There is another web page that works well, the UI gets unblocked successfully, I compared both pages in terms of javascript and html code and failed to recognize any difference.
All the elements in the web page are getting displayed correctly.
Given all these, there are no more solutions for me to try out. If you know something else that I can do, kindly advise.
FileFound is offline   Reply With Quote
Old 12-29-2009, 05:26 PM   PM User | #2
tomws
Senior Coder

 
tomws's Avatar
 
Join Date: Nov 2007
Location: Arkansas
Posts: 2,644
Thanks: 29
Thanked 330 Times in 326 Posts
tomws will become famous soon enoughtomws will become famous soon enough
You didn't provide a link or even any code, so there's no way for anyone to help debug. EDIT: Did you at least consult the documentation? I found this link - not sure if it's what you're using.

FYI, when creating a post, it's quite helpful to use a meaningful subject line.
__________________
Are you a Help Vampire?
tomws is offline   Reply With Quote
Users who have thanked tomws for this post:
oesxyl (12-29-2009)
Old 12-30-2009, 04:26 AM   PM User | #3
FileFound
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
FileFound is an unknown quantity at this point
The reason I cannot provide the code is it is proprietory. I cannot provide the code by any means thereby.

That link I visited all right, but my problem is the function call unblockUI fails to unblock the page.

Have anyone used unblockUI in a page that has a Farpoint spread? That was the only cause I could trace. unblockUI fails to work when there is a Farpoint spread control on the page.
FileFound is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:23 PM.


Advertisement
Log in to turn off these ads.