Skip to main content

Search and Top Navigation

#6163 closed bug (worksforme)

Opened October 07, 2010 07:39PM UTC

Closed October 07, 2010 08:53PM UTC

Last modified October 11, 2012 09:15PM UTC

zIndex() is not a function

Reported by: Muffun Owned by:
Priority: major Milestone:
Component: ui.core Version: 1.8.5
Keywords: dialog Cc:
Blocked by: Blocking:
Description

Found related ticket: #5948

In th code of the dialog "plugin" downloaded on 2010-10-06, I just found a bug at ligne 391:

Insted of using

function(d){if(c(d.target).zIndex()<c.ui.dialog.overlay.maxZ)

you should be using

function(d){if(c(d.target).css("zindex")<c.ui.dialog.overlay.maxZ)

Attachments (0)
Change History (3)

Changed October 07, 2010 08:53PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

zIndex is defined in jquery.ui.core.js

Changed February 02, 2011 06:15PM UTC by DOSBeats comment:2

I am having this issue using jQ 1.5 and jQUI newest. I am adding a modal to the page, adding an iframe to that modal and then when I click the background to close the modal I receive this error:

c(d.target).zIndex is not a function

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted