assetsense / gwtwindowmanager

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

z-index order of multiple frames not maintained after updateWidth() or updateHeight() #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create at least two frames and let them overlap
2. click on the frame which is underneath to bring it to the front
3. do trigger programmatically updateWidth() or updateHeight() on one of
the frames

What is the expected output? What do you see instead?
The frame which is on top should stay on top even when an updateWidth() or
updateHeight() is triggered. Instead the original z-index order when the
frames where created is reset.

What version of the product are you using? On what operating system?
gwm-0.1, IE6. XP

Please provide any additional information below.

Original issue reported on code.google.com by dominik....@partner.bmw-motorsport.com on 5 Jan 2007 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by luciano.broussal@gmail.com on 5 Jan 2007 at 11:03

GoogleCodeExporter commented 8 years ago
updateWidth() or updateHeight() don't exist anymore.

Original comment by luciano.broussal@gmail.com on 6 Feb 2007 at 6:21