Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#6163 closed bug (worksforme)

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)

Change History (3)

comment:1 Changed 13 years ago by Scott González

Resolution: worksforme
Status: newclosed

zIndex is defined in jquery.ui.core.js

comment:2 Changed 12 years ago by DOSBeats

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

comment:3 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.