Completed
Last Updated: 22 Oct 2015 12:20 by ADMIN
ADMIN
George
Created on: 04 Jun 2014 14:08
Category: RibbonBar
Type: Bug Report
0
FIX. RadRibbonBar - disabling a button in RadRibbonBar while hidden causes the item to have grayer background and a thick border
To reproduce:

Add a RadRibbonBar, a tab and a group. In the group add a RadButtonElement. Add two buttons on the form. One for enabling and one for disabling the RadButtonElement.  Start the application , collapse the RadRibbon and disable the button inside. Now expand it and you will see the visual bug.

Workaround:

Subscribe to the ExpandedChanged event of the RadRibbonBar and if the RadRibbonBar is expanded and the button is disabled re-enable and re-disable the button. This will correct its visual appearance. 
0 comments