To reproduce: Set the DescriptionFont of RadMenuItem in VSB (see attached image). Workaround: Remove the setting from the XML.
The changed properties are not applied and also if one filters the VSB tool by "Changed Properties", they are not displayed as Changed Workaround: perform the styling modifications at run-time
Workaround: change the backcolors of the splitters at run-time
foreach (SplitterElement splitter in this.radSplitContainer1.Splitters)
{
splitter.BackgroundFill.BackColor = Color.Red;
}
One cannot change the RadTextBox BackColor for the ContainsFocus and the ContainsMouse states. Use the color dialog to change the color.
1. Open VisualStyleBuiler 2. Load TelerikMetroBlue theme 3. Search a certain image repository item and try to save the image. Please refer to the attached gif file.
To reproduce: Navigate to an element which has image set for other than the default state or add such (e.g. RadCalendar/RadCalendarElement/NavigateForwardButton) -> select another state and right click on the Image property in the Elements window to select Save Image As. You will notice that only the default state is exported.
To reproduce: Open VSB -> Open a image repository item with -> right click on the Image property and you will see the exception
To reproduce: - Open the Office2007 theme in VSB - Change the DrawFill and BackColor properties for the CommandBarRowElement - Save use in a custom application. Workaround: this.commandBarRowElement1.DrawFill = true; this.commandBarRowElement1.BackColor = Color.Black; this.commandBarRowElement1.GradientStyle = GradientStyles.Solid;
In VSB, if you go to the Help menu and click "View Help", and error will come up saying "The system cannot find the file specified". I tried this with VSB 2014 Q1 SP1 and VSB 2014 Q2.
In the repo editor, the field has the initial focus, but cannot be refocused by using the TAB key on the keyboard. In addition to that, the order for tabbing seems to be incorrect. And as a small side-note, the tab order in the Settings dialog seems good except the TAB key focuses on Cancel before the OK button. Typical dialogs will focus on OK and Cancel will be the last item. It seems unnatural to focus on Cancel before OK.
Clicking the delete button in VSB is way too easy to do on accident. When clicked, the repo is deleted without a prompt and without the ability to undo. The delete button is quite big and I've already accidentally deleted a few Repo's. See attached screenshot. Feature request is one or both of the following: - Add a "Are you sure?" prompt when clicking the button - Add ability to use Undo to un-delete the repo. In addition to that, it may be nice to make the delete button smaller.