Page 1 of 1

Menu item opacity

Posted: Tue Jul 09, 2019 8:32 am
by BFoster
Is there a way to resolve the problem seen in the attached image? The problem is the list of menu items is not properly overlaying the grid's title bar.

Re: Menu item opacity

Posted: Tue Jul 09, 2019 9:07 am
by Scott Klement
You could try adjusting the z indexes of the widgets.

But, if that doesn't work, the best solution would be to report it to Profound logic as a bug so it can be addressed. You do that by e-mailing support@profoundlogic.com

Re: Menu item opacity

Posted: Tue Jul 09, 2019 11:15 am
by BFoster
Profound Support's solution to the problem:

I took a look at this and it seems like the issue is caused by the z-index value of the grid widget's horizontal and vertical lines. Horizontal lines in the grid have a z-index of 96 and vertical lines in the grid have a z-index of 97. Because the z-index of the menu is less than 96/97, the lines of the grid show on top of the menu widget. In order to fix this, you should be able to simply set the z-index of the menu to something higher than 97. For example, I tested this by setting the z-index of the menu to 100 and it shows as expected.