Unplanned
Last Updated: 06 Nov 2018 10:00 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
2

			
Completed
Last Updated: 25 Jun 2018 10:16 by ADMIN
ADMIN
Created by: Dimitar
Comments: 2
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
2

			
Completed
Last Updated: 02 Jan 2018 06:46 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
To reproduce:
Set the DescriptionFont of RadMenuItem in VSB (see attached image).

Workaround: 
 Remove the setting from the XML.
Unplanned
Last Updated: 30 Mar 2016 14:41 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
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
Completed
Last Updated: 10 May 2016 06:12 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
Workaround: change the backcolors of the splitters at run-time

foreach (SplitterElement splitter in this.radSplitContainer1.Splitters)
{
    splitter.BackgroundFill.BackColor = Color.Red;
}
Completed
Last Updated: 18 Aug 2015 10:00 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0

			
Unplanned
Last Updated: 29 Apr 2022 09:23 by ADMIN
ADMIN
Created by: Dimitar
Comments: 2
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
5

			
Completed
Last Updated: 26 May 2015 10:42 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
One cannot change the RadTextBox BackColor for the ContainsFocus and the ContainsMouse states.
Use the color dialog to change the color.
Completed
Last Updated: 29 Jan 2015 09:37 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
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.
Completed
Last Updated: 12 Nov 2014 14:28 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
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.
Completed
Last Updated: 12 Nov 2014 14:29 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
To reproduce:

Open VSB -> Open a image repository item with -> right click on the Image property and you will see the exception
Completed
Last Updated: 07 Nov 2014 14:12 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
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; 
Completed
Last Updated: 14 Jul 2014 08:35 by Adam P
Created by: Adam P
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
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.
Unplanned
Last Updated: 30 Mar 2016 14:40 by ADMIN
Created by: Adam P
Comments: 3
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
2
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.
Unplanned
Last Updated: 30 Mar 2016 14:40 by ADMIN
Created by: Adam P
Comments: 1
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
2
I'm going to lump this into one Feedback item, but perhaps it should be broken up.  I took some notes while attempting (and never successfully) using the manual merge dialog in VSB.  This seems really important for one main reason: many people base their themes off of your Built-In themes.  When a new release of UI for WinForms comes out, with a new control like the CollapsiblePanel, it's tricky to get that added to your existing older theme (which is the scenario I'm dealing with right now).

I've ordered these items in the order of importance (at least to me =] ).  I think the main thing is the on-screen help and terminology used to describe the items on the screen being confusing and inconsistent, but I do believe there are some bugs and/or missing features to make it functional.

- The text in the merge dialog refers to a "Destination" and a "Source" theme everywhere except on the DataGrid column which refers to "Existing" and "Loaded".  If I have a theme open (let's say MyOldTheme.tssp), and then I open another theme (TelerikMetroBlue.tssp) it triggers this dialog to open.  Which theme in that case, is the Source/Existing/Destination/Loaded?  I think this should be clarified by making it clear which is the source and destination and sticking with that terminology, or call it something like "Item Loaded" and "Item Loading".  Also, in which order should I open these two themes if my end result is to get one control or a set of repos merged into MyOldTheme.tssp from TelerikMetroBlue.tssp
- Everything is detected as a conflict.  Real conflict detection should exist where it only shows items that are conflicting (i.e. the item exists in both files but there's a change).  You can open a file, and then open that SAME exact file and every repo item is red and considered "conflicting".
- You show a comparison grid, but I can't see any way to resolve the conflicts it finds.  It doesn't let me choose which value I want, the source or destination.  
- There's a lot of text describing how to deal with the conflicts on this screen, but after reading it I was more confused than I was before.  I think this needs a lot of clarification, and should be written better.
- The "Existing" and "Loaded" columns in the grid have their names cut-off, don't support column resizing, and don't have a tool tip.  The only way I could see that they were called "Existing" and "Loaded" was by going to the column chooser, and removing the columns (since if they're added to the grid, they don't show up in the Col Chooser)
- I think the "Existing" and "Loaded" columns should be immediately next to each other for easier visual comparison of the two.  By default there seems to be a random text field thrown in between them (they can be manually re-positioned, though)
- In the column chooser there's a IsSelected column I can add - does that have something to do with the merging?  What does "IsSelected" represent? Choosing the item from the item already loaded, or the item I'm currently loading?  It doesnn't seem to do anything, but I could be wrong.

Completed
Last Updated: 03 Jul 2014 08:05 by ADMIN
To reproduce:
- Oped a predefined theme in Visual Style Builder
- Change an image property of an element that already has image (set it to a random local image).

The issue occurs only in Windows 8.
Completed
Last Updated: 01 Oct 2014 13:12 by ADMIN
To reproduce:
- Open the TelerikMetroBlue theme and select RadPanoramaElement in the Control Structure window.
- Expand PanoramaBackgroundImage element in the Elements window.

 Please note that the issue occur only in Windows 8.
Declined
Last Updated: 02 Jul 2014 11:48 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
To reproduce:
Start VSB -> RadButton -> RadButtonElement -> ImagePrimitive - Image -> Browse for image and you will see no change.

Workaround:
Start RadControlSpy using Ctrl + H, select the button, browse to the ImagePrimitive and set the Image property

Resolution: 
The described behavior is not an issue. The image should be set to Image property of RadButtonElement instead of ImagePrimitive. 
Unplanned
Last Updated: 30 Mar 2016 14:40 by ADMIN
To reproduce:

Open VSB go to RadScrollablePanel -> RadScrollablePanelElement -> FillPrimitive and change its back color, you will see that the back color will not actually change.

Workaround:

Set the BackColor using code:

panel.PanelElement.Fill.BackColor = Color.Red;
Unplanned
Last Updated: 30 Mar 2016 14:39 by Adam P
Created by: Adam P
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
In the winforms visual style builder app, under View > Settings > Design View, unchecking "snap to grid" doesn't prevent control resizing from snapping to grid.  It still forces it to increment/decrement the sizes by 10 pixels based on the Grid Minor Tick settings.  Workaround: set grid minor tick size to 1px.
1 2