Ticket #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: | ||
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
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
Change History
comment:1 Changed 6 years ago by john
- Component changed from core to plugin
- Summary changed from $(document).ready doesn't work properly in IE7 to Possible BlockUI Issues
I would start by looking into the blockui plugin - as I can confirm that document ready works in IE 7.
comment:2 follow-up: ↓ 4 Changed 6 years ago by 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.
comment:3 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
- Description modified (diff)
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 in reply to: ↑ 2 Changed 19 months ago by webkungen@…
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

