Opened 15 years ago
Closed 13 years ago
#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: | [email protected]… |
Blocked by: | Blocking: |
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 (1)
Change History (6)
comment:1 Changed 15 years ago by
Component: | core → plugin |
---|---|
Owner: | set to jdsharp |
comment:2 Changed 15 years ago by
need: | Review → 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 Changed 15 years ago by
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 15 years ago by
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 13 years ago by
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 .
Jonathan: I assign it to you so you can check that. If you find a bug in jQuery, let me know.