Put this in SimpleView

Posted by Community Admin on 04-Aug-2018 20:33

Put this in SimpleView

All Replies

Posted by Community Admin on 09-Mar-2012 00:00

....or in the affected controls

/// <summary>
/// Remove the outer span on the control
/// </summary>
/// <param name="writer"></param>
protected override void Render(HtmlTextWriter writer)
    RenderContents(writer);

Controls like the JS\CSS widgets render a pointless wrapping span around the control...this is a simple fix which will break nobodys code, as nobody is styling a<span> tag with zero content inside.

Posted by Community Admin on 14-Mar-2012 00:00

Hi Steve,

Thanks for reporting the issue and providing a solution. The fix will be applied in one of the next Sitefinity releases. You can check the status of the bug in PITS.

Your Telerik points have been updated.


Regards,
Katia
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed