This is a migrated thread and some comments may be shown as answers.

Round Corners UI bugged

3 Answers 60 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
HDC
Top achievements
Rank 1
HDC asked on 24 Apr 2012, 06:39 PM
Hi,

When the Round Corners function is executed and the user moves the "Border Thickness" slider to 10 (max value) the column that contains the editing controls is enlarged, making the image smaller. This causes the image to sort of "Jump" on the screen.

The column should be enlarged to allow displaying the maximum value.

This behavior can also be observed on the demo page:

http://demos.telerik.com/silverlight/#ImageEditor/ImageEditorUI

Click Round Corners
Move Border Thickness slider to 10, then to 9, then to 10... it will make the image jump back and forward on screen

Best Regards,

Peter

3 Answers, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 27 Apr 2012, 05:07 PM
Hi,

We'll fix this immediately and it will be available in one of the next LIBs and in the next official release.
Let us know if you have any other comments. 

Kind regards,
Ivailo Karamanolev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
HDC
Top achievements
Rank 1
answered on 15 Aug 2012, 06:20 AM
Hi Ivailo,

This is not fixed.

I'm using version 2012.2.725.1050

Please let me know when this will be fixed.

Best Regards,

Peter
0
Todor
Telerik team
answered on 15 Aug 2012, 03:40 PM
Hi Heli,

We have logged that issue and the fix will be available in our next Service Pack 2 release or in our next major release.

Meanwhile, if you want to fix it locally, please follow the approach described below:
  • Add external theme - set the theme for your project implicitly. You can read our detailed information how to do that here.
  • Then go to Telerik.Windows.Controls.ImageEditor.xaml file, which contains the necessary styles for the desired theme and find the 'NumericPropertyEditorStyle'. This style is for the RadNumericUpDown control which causes the issue. 
  • Add the Width property into it with the desired value (for the example, I have added a value 100)

Now, you should have something like the following code-block into that style:

<telerik:RadNumericUpDown Grid.Row="1" Grid.Column="1" Width="100" Minimum="{TemplateBinding MinimumValue}" Maximum="{TemplateBinding MaximumValue}" Value="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Value, Mode=TwoWay}" />

We have updated your Telerik points in appreciation of your bug report.

Please excuse us for the inconvenience. 
If you have any further questions, do not hesitate to contact us again.


All the best,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ImageEditor
Asked by
HDC
Top achievements
Rank 1
Answers by
Ivailo Karamanolev
Telerik team
HDC
Top achievements
Rank 1
Todor
Telerik team
Share this question
or