Export to GitHub

ufd - issue #3

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


Posted on Dec 18, 2009 by Happy Rabbit

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.

Comment #1

Posted on Dec 19, 2009 by Massive Ox

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

Comment #2

Posted on Feb 4, 2010 by Massive Ox

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.

Comment #3

Posted on Feb 4, 2010 by Massive Ox

option to inherit zIndex from ancestors in trunk SVN code. Will be included with next release.

set option: {calculateZIndex: true}

Status: Done

Labels:
Type-Enhancement Priority-Medium