dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

drop down box not visible when used widget on ui dialog #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by blakejmi...@gmail.com on 15 Dec 2009 at 8:17

GoogleCodeExporter commented 9 years ago
I 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.

Original comment by thetoolman on 16 Dec 2009 at 8:15

GoogleCodeExporter commented 9 years ago
changed default zindex to 2000; put zindex on correct item!  Looks all good now 
in
dialogs. Fix in SVn, will be included in 0.5. 

Original comment by thetoolman on 16 Dec 2009 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by thetoolman on 16 Dec 2009 at 8:25