Ticket #3017 (closed bug: invalid)
v1.2.6 Incompatibility with jqModal
| Reported by: | Myrlyn | Owned by: | jdsharp |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | jqModal, v1.2.6, 1.2.6 | Cc: | doug.domeny@… |
| Blocking: | Blocked by: |
Description
I've been using the jqModal for a few months now, and recently updated my copy of the jQuery library to v1.2.6. After upgrading I noticed that the z-index of the overlay isn't properly implimented. The effect is that the overlay only partially obscures elements within the page in IE. Most notably, form fields elements shine through and can be interacted with.
Rolling back to my older version of jQuery (v1.2.3), enables the plugin to work properly.
Attachments
Change History
comment:2 Changed 5 years ago by flesler
- need changed from Review to Test Case
Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.
comment:3 in reply to: ↑ description Changed 5 years ago by doug
Replying to Myrlyn:
Tracked down the problem... Needed to re-add " || undefined" from 1.2.3 to the end of this code snippet:
attr: function( name, value, type ) {
var options = name;
// Look for the case where we're accessing a style value
if ( name.constructor == String )
if ( value === undefined )
return this[0] && jQuery[ type || "attr" ]( this[0], name ) || undefined;
-Doug, co-worker with Myrlyn at Ektron
comment:4 Changed 5 years ago by Myrlyn
Here is a quick sample page you can use to see the defect in IE (we were testing with IE7). Doug was able to do some debugging this morning and correct the defect for our current copy of v1.2.6, but if you can integrate the necessary change into a new version of jQuery it would be appreciated.
Thanks, Keith
comment:5 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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 .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


Jonathan: I assign it to you so you can check that. If you find a bug in jQuery, let me know.