PDA

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


KimH
04-30-2007, 12:07 PM
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
04-30-2007, 12:25 PM
Did you try bumping the z-index of the drag proxy?

KimH
05-04-2007, 06: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
05-05-2007, 10:07 AM
The slider should have a lower z-index. I have no clue why I set it to 20000.

haibijon
05-06-2007, 07:24 PM
This same 'behind region' behavior is showing with menus in 1.0.1a also.

KimH
05-07-2007, 06: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
05-08-2007, 10: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
05-26-2007, 08:27 AM
bump ;)

jack.slocum
05-26-2007, 03:16 PM
10001

haibijon
05-26-2007, 04:09 PM
Thanks jack!

KimH
05-30-2007, 03:49 PM
Thanks!

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