Community
Participate
Working Groups
Setting CSS border-radius property to PUSH and TOGGLE buttons leads to missing border and background gradient. It is easily observed in the current Example Demo/Design Example from CVS HEAD - buttons are without border and background gradient.
*** Bug 286096 has been marked as a duplicate of this bug. ***
Created attachment 143882 [details] Solution Solves the problem by applying the gfxMixin to MultiCellWidget directly. Note: The GfxMixin overwrites a number of functions that are implemented in Widget/Parent/Terminator. If those functions are overwritten AGAIN by a subclass, the gfx-mixin does not work anymore, as was the case here. Originally only Parent and Terminator have been patched, now all Widgets that are subclasses of qx.ui.basic.Terminator must be patched speperately. However, it currently appears that no subclass of Terminator besides MultiCellWidget supports gradients/rounded borders, so this is the only class to patch.
Applied patch in CVS HEAD.