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

[Solved] Format DropDown bug

4 Answers 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Thomas
Top achievements
Rank 1
Thomas asked on 15 Nov 2010, 05:12 PM
Specifying custom format items by using this overload of EditorToolFactory.FormatBlock leads to double rendering of the format dropdown list.

4 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 16 Nov 2010, 04:33 PM
Hi Thomas,

I could not reproduce the problem. Could you give me a sample project reproducing this problem?

Greetings,
Hristo Germanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Thomas
Top achievements
Rank 1
answered on 17 Nov 2010, 05:03 PM
Hi,

I modified a fresh copy of the editor first look example in VS 2010. The following code was added to the view. No other files where modified.

.Tools(tools => tools
    .Clear()
    .FormatBlock(formats =>
    {
        formats.Add("Quote", "blockquote");
        formats.Add("Code", "pre");
    }))
0
Accepted
Hristo Germanov
Telerik team
answered on 18 Nov 2010, 03:16 PM
Hello Thomas,

I was able to reproduce the issue. I am glad to inform you that this issue is already fixed and the fix will be included in the next official release of the Telerik Components for ASP.NET MVC.

For your convenience I have attached a hotfix version which includes the fix.

I have updated your Telerik points.

Greetings,
Hristo Germanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Thomas
Top achievements
Rank 1
answered on 19 Nov 2010, 10:51 PM
Thank you very much!
Tags
Editor
Asked by
Thomas
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or