Hi,
I am using RadTextBox with a width specified in a stylesheet.
With the previous release this was working great.
With the new release (Q1 2012) the style sheet is not working.
In the attached picture you see that in the version Q1 2012 an inline style is attached to the generated span for the RadTextBox. In version Q3 2011 this was not present. This is why the width in the css-file is ignored.
Is this a bug in Q1 2012?
Paul
I am using RadTextBox with a width specified in a stylesheet.
.InputField
{
width
:
85px
!important
;
}
With the previous release this was working great.
With the new release (Q1 2012) the style sheet is not working.
In the attached picture you see that in the version Q1 2012 an inline style is attached to the generated span for the RadTextBox. In version Q3 2011 this was not present. This is why the width in the css-file is ignored.
Is this a bug in Q1 2012?
Paul