Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > NumericTextBox > Sitefinity skin causes display issues in CurrencyText/IE7

Answered Sitefinity skin causes display issues in CurrencyText/IE7

Feed from this thread
  • Andreas Kluth Andreas Kluth's avatar

    Posted on Dec 7, 2011 (permalink)

    We are currently working with Version 2011.3.1115.340 of Telerik.Web.Mvc and having an odd display issue in IE7 when using the "sitefinity" skin.

    When we display a decimal using the following EditorTemplate:
    <%@ Control Language="C#" Inherits="ProjectWeb.Mvc.Common.ViewUserControlBase<decimal?>" %>
    <%=
      Html.Telerik().CurrencyTextBoxFor( m => m )
        .InputHtmlAttributes( new {style = "width:100%"} )
        .CurrencySymbol( "€" )
        .PositivePatternIndex( 3 )
        .NegativePatternIndex( 8 )
    %>

    The number is displayed multiple time with a offset by a few pixel (see attachment). Imho there is an issue in the template, using for instance the default template does work and yields to the expected result.
    Attached files

    Reply

  • Answer Dimo Dimo admin's avatar

    Posted on Dec 8, 2011 (permalink)

    Hello Andreas,

    Thank you for reporting this issue. It occurs only in "real" IE7 and only with the Sitefinity skin. It is fixed now. Please delete or override the following background CSS style in telerik.sitefinity.css:

    .t-widget,
    .t-input
    {
        border-width: 0;
        border-color: #ccc;
        background: none; /* remove this line */
    }

    If you prefer to override, rather than remove, you can add this to your application stylesheet:

    input.t-input
    {
          background-color: #fff ;
    }

    I have updated your Telerik points.

    Greetings,
    Dimo
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > NumericTextBox > Sitefinity skin causes display issues in CurrencyText/IE7
Related resources for "Sitefinity skin causes display issues in CurrencyText/IE7"

ASP.NET MVC NumericTextBox Features  |  Documentation  |  Demos  |  Telerik TV ]