renevanderlende / dyndiv

Automatically exported from code.google.com/p/dyndiv
0 stars 0 forks source link

zIndex cashing and altering #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. switching between movable divs

What is the expected output? What do you see instead?
The zindex of an element stays higher than the rest after moving. It does not 
return the original value.

What version of the product are you using? On what operating system?
1.0 RC1, tested it on mac, windows 7 with safari, firefox, IE8. All same result.

Please provide any additional information below.
I need it to return it to the previous zindex or not change the zindex, is 
there anyway to turn off the "bring to front" function and just keep its 
original zindex?

Thanks allready

PS, LOVE IT LOVE IT LOVE IT!

Original issue reported on code.google.com by matthijs...@gmail.com on 25 Sep 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Never mind, found it:
 //if (ByRei_dynDiv.get.db.id('zIndex').found) {
          //ByRei_dynDiv._style(ByRei_dynDiv.cache.obj,'zIndex', ByRei_dynDiv.get.db.id('zIndex').data + 1);
      //}

Thanks anyways :)

Original comment by matthijs...@gmail.com on 25 Sep 2010 at 9:34

GoogleCodeExporter commented 9 years ago
Thanks for the Info, I will add such function that it return to the original 
z-Index.

Original comment by Markus.B...@googlemail.com on 11 Jan 2011 at 7:50