Page 1 of 1

2 visual bugs ?

PostPosted: 07 Feb 2019 14:07
by EitanArbel
hi guys.

i think there are 2 visual bugs :
1. when the Form is set to LeftToRight:=False; and a vertical menu is placed on a region that is Align=alClient - the sub-menus of the vertical menu, are going ON the menu itself (i reported about it a very long time ago)

2. i have an IWGradButton inside a IWCGJQRegion, and the font size of the GradButton is 12.
in runtime it shows like the font is 10, but when we move the mouse over the GradButton, it shows the font normally.

i attached a small test case demo

Thanks

Re: 2 visual bugs ?

PostPosted: 11 Feb 2019 18:46
by Alexander Bulei
Hi EitanArbel,

1. when the Form is set to LeftToRight:=False; and a vertical menu is placed on a region that is Align=alClient - the sub-menus of the vertical menu, are going ON the menu itself (i reported about it a very long time ago)


Confirmed, it's a bug, and already fixed in next beta release.

2. i have an IWGradButton inside a IWCGJQRegion, and the font size of the GradButton is 12.
in runtime it shows like the font is 10, but when we move the mouse over the GradButton, it shows the font normally.


Just clear the Css property of JQRegion.

Best Regards.

Re: 2 visual bugs ?

PostPosted: 11 Feb 2019 18:52
by EitanArbel
cool, thanks !

Re: 2 visual bugs ?

PostPosted: 13 Feb 2019 16:55
by EitanArbel
hi again

i see now that the font size changes (question 2) happens also in a IWCGJQTab of IWCGJQTabs control, but the CSS property is already empty.
is there another way to fix it for IWCGJQTab\s ?

Thanks!

Re: 2 visual bugs ?

PostPosted: 18 Feb 2019 15:42
by Alexander Bulei
Hi EitanArbel,

yes, create the css rule and force the usage.

Best Regards.

Re: 2 visual bugs ?

PostPosted: 18 Feb 2019 19:54
by EitanArbel
Thanks Alexander,

i can also confirm that the fix for number 1, is working great also in sub-menus.

Thanks !