Completed
Last Updated: 12 Feb 2019 08:29 by ADMIN
Stephan Kühn
Created on: 07 Feb 2019 15:09
Category: ToolBar
Type: Bug Report
0
ToolBar: When the Visibility of the Toolbar is set to Collapsed, the Overflow Popup stays open

When the RadToolBar is collapsed through the OverFlow Popup, the popup remains open. 

As a workaround the popup can be closed when the RadToolBar's Visibility is collapsed:

var button = sender as RadRibbonButton;
var popup = button.ParentOfType<Popup>();
popup.IsOpen = false; 

1 comment
ADMIN
Ralitsa
Posted on: 12 Feb 2019 08:28
Hi,

The fix for the issue will be available with our service pack(R1 2019 SP1), scheduled for the 20 February 2019. 

Regards,
Ralitsa
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.