Parabellum1905y / ufd

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

z-index on udf-container is not enough in ui.modal windows #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The UI dialog window has z-index:1002
The udf-container has z-index:101

Maybe to calculate z-index should be iterated element.parents() and use as 
value {max}+1

This can be seen on Firefox 3.5 / Windows.

Original issue reported on code.google.com by francesc...@gmail.com on 18 Dec 2009 at 8:41

GoogleCodeExporter commented 8 years ago
yes, there was also a code change in SVN, will be with next release.  the 
zindex was
not set on the correct item.

Original comment by thetoolman on 19 Dec 2009 at 10:50

GoogleCodeExporter commented 8 years ago
Sorry have re-read and understood your request:

option for: iterate ancestors and get z-index; set to max+1.  Will have a 
performance
penalty so will optional, off by default.

Original comment by thetoolman on 4 Feb 2010 at 5:52

GoogleCodeExporter commented 8 years ago
option to inherit zIndex from ancestors in trunk SVN code. Will be included 
with next
release.

set option: {calculateZIndex: true}

Original comment by thetoolman on 4 Feb 2010 at 7:37