mikegiddens
11 Feb 2010, 12:31 AM
There is a z-index issue with the joint between the tabs and the body
Go to offical example:
http://www.extjs.com/deploy/dev/examples/grouptabs/grouptabs.html
Go to the dashboard tab and click on any gear next to the [x] to make the alert come up.
You will notice that the
<div class="x-tab-joint" id="ext-gen29" style="height: 90px; left: -2px; top: 1px;"></div>
Is above the mask and if you move the alert over the top of the joint it will also be on top. If I set a z-index for this it goes away. Not sure what the best fix is for this but sure you will find one.
Cheers.
Go to offical example:
http://www.extjs.com/deploy/dev/examples/grouptabs/grouptabs.html
Go to the dashboard tab and click on any gear next to the [x] to make the alert come up.
You will notice that the
<div class="x-tab-joint" id="ext-gen29" style="height: 90px; left: -2px; top: 1px;"></div>
Is above the mask and if you move the alert over the top of the joint it will also be on top. If I set a z-index for this it goes away. Not sure what the best fix is for this but sure you will find one.
Cheers.