Hello. I'm using the jQuery BlockUI plugin. It was working with Q3 2009. Last week I upgraded to Q1 2010 and I noticed BlockUI is no longer working in Firefox. It's also not working with hotfix 2010.1.316.35.
By "not working", I mean that when trying to show the BlockUI window, it doesn't appear. I tried to debug the plugin with Firebug, and the code runs all the way thru, so I can't pinpoint the problem. Normally, however, BlockUI will append 3 DIVs to the <body> tag. When it's not working, only 1 DIV gets appended, and that DIV is not appearing.
When I revert back to Q3 2009, it works again. It works in IE8 with Q1 2010. It's just Firefox that isn't working. I've tried other Firefox browsers as well with the same result. So I know my particular Firefox installation isn't the problem.
Even just trying to display a simple message like the following doesn't work:
$telerik.$.blockUI({ message: 'test' })
Any help or information is appreciated. Thanks.
By "not working", I mean that when trying to show the BlockUI window, it doesn't appear. I tried to debug the plugin with Firebug, and the code runs all the way thru, so I can't pinpoint the problem. Normally, however, BlockUI will append 3 DIVs to the <body> tag. When it's not working, only 1 DIV gets appended, and that DIV is not appearing.
When I revert back to Q3 2009, it works again. It works in IE8 with Q1 2010. It's just Firefox that isn't working. I've tried other Firefox browsers as well with the same result. So I know my particular Firefox installation isn't the problem.
Even just trying to display a simple message like the following doesn't work:
$telerik.$.blockUI({ message: 'test' })
Any help or information is appreciated. Thanks.