#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
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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
Note: See
TracTickets for help on using
tickets.
zIndex is defined in jquery.ui.core.js