PDA

View Full Version : [1.0.1] 'Tooltip' of draggable tree node is behind region



KimH
30 Apr 2007, 8:07 AM
If I have a collapsed west region that I click to expand (without pin'ing it) and I have a tree on this region that has enableDD : true then when I drag a tree node around the 'tooltip'/'draggable tip' is behind the region. I can see it if I move the curser to the right of the region. If I pin the region then the 'tooltip' is on top as it should be.

jack.slocum
30 Apr 2007, 8:25 AM
Did you try bumping the z-index of the drag proxy?

KimH
4 May 2007, 2:08 AM
Hi Jack,

if I change the z-index style property from (default) 15000 to 20001 it will show up on top of the region as it should (but not 20000!). Do you have any documentation about which components/widgets gets which z-index'es? Is this a bug in the stylesheet or something that I should manage myself?

jack.slocum
5 May 2007, 6:07 AM
The slider should have a lower z-index. I have no clue why I set it to 20000.

haibijon
6 May 2007, 3:24 PM
This same 'behind region' behavior is showing with menus in 1.0.1a also.

KimH
7 May 2007, 2:15 AM
The slider should have a lower z-index. I have no clue why I set it to 20000.

Will this be fixed/changed in next rev?

I would still like to know which z-index'es is used for what... so I know which z-index'es I can use for custom elements; wether these will be on top of or below modal dialogs etc.

haibijon
8 May 2007, 6:09 PM
Hey Jack, I'm assuming this'll be fixed in the next rev too, just hoping you could tell us what the z-index for the sliders/panels should be so we can set them till the release. Thanks.

KimH
26 May 2007, 4:27 AM
bump ;)

jack.slocum
26 May 2007, 11:16 AM
10001

haibijon
26 May 2007, 12:09 PM
Thanks jack!

KimH
30 May 2007, 11:49 AM
Thanks!

Maybe you could document the z-index'es for the 2.0 release? It would be great to have it.