This question is locked. New answers and comments are not allowed.
Hi,
I added snippets to my editor, it works fine as long as the style is inherited, like in snippetsgood.png.
When I click somewhere in the text where the style is not inherited, and then expand the snippets dropdown, the dropdown is empty, like in snippetsbad.png
This issue appears in every browser I have (IE8, FF 3.6.12 and Chrome 7.0.517.41 )
My editor code :
Html.Telerik().EditorFor(model => model.Mail.Content).Name("Content").Tools(tools => tools.Snippets(snippets =>Model.AvailableTags.ForEach(i => snippets.Add(i.Name, i.Content))))
Do you know how to fix it?
Thanks,
Thomas