#1076 closed bug (invalid)
Possible BlockUI Issues
Reported by: | micoraweb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | plugin | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
for some reason I cannot get values of elements or an 'object reference' of an element from the $(document).ready(function(){ }); code block in IE 7. It works well in Firefox...
Attachments (1)
Change History (5)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Component: | core → plugin |
---|---|
Summary: | $(document).ready doesn't work properly in IE7 → Possible BlockUI Issues |
comment:2 follow-up: 4 Changed 16 years ago by
There's not enough information to go on here. A sample page is needed and a full description of the problem. I can confirm that blockUI works in IE7.
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
comment:4 Changed 11 years ago by
Replying to malsup:
There's not enough information to go on here. A sample page is needed and a full description of the problem. I can confirm that blockUI works in IE7.
BlockUI does not work in Internet Explorer 9. If I switch to compatibility view it works, so seems good in IE prior to v. 9.
The console says "Invalid calling object" when triggering "blockUI();". Works well in _All_ other browsers. I've tested with jQuery 1.4.2, 1.5.0, 1.6.4.
I would start by looking into the blockui plugin - as I can confirm that document ready works in IE 7.