Skip to main content

Bug Tracker

Side navigation

#3017 closed bug (invalid)

Opened June 10, 2008 07:17PM UTC

Closed October 13, 2009 12:08AM UTC

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@ektron.com
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)
  • jqModalTest.zip (33.7 KB) - added by Myrlyn June 11, 2008 01:34PM UTC.

    jqModal bug Test Files with v1.2.6

Change History (5)

Changed June 10, 2008 07:52PM UTC by flesler comment:1

component: coreplugin
owner: → jdsharp

Jonathan: I assign it to you so you can check that.

If you find a bug in jQuery, let me know.

Changed June 10, 2008 07:57PM UTC by flesler comment:2

need: ReviewTest Case

Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem.

Thanks.

Changed June 11, 2008 12:59PM UTC by doug comment:3

Replying to [ticket:3017 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

Changed June 11, 2008 01:36PM UTC by Myrlyn comment:4

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

Changed October 13, 2009 12:08AM UTC by dmethvin comment:5

resolution: → invalid
status: newclosed

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 .