What steps will reproduce the problem? 1. use ufd inside a ui dialog 2. might have something to do with iframes? 3.
What is the expected output? What do you see instead? you expect to see the drop down box with your select options.. it never appears.. You can still select the option by matching
What version of the product are you using? On what operating system? firefox 3.5.5 (winxp) ufd 0.4 jquery 1.3.2
Please provide any additional information below.
Comment #1
Posted on Dec 16, 2009 by Massive OxI have tried this, and it appears that the default z-index for dialogs is 1010, whereas the plugins' zindex defaults to 101. This makes the dropdown sit behind the dialog.
I will look at how dialog selects a zIndex, and ensure that UFD can pop over this.
Comment #2
Posted on Dec 16, 2009 by Massive Oxchanged default zindex to 2000; put zindex on correct item! Looks all good now in dialogs. Fix in SVn, will be included in 0.5.
Comment #3
Posted on Dec 16, 2009 by Massive Ox(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium