I created a custom skin using version 2011.3.1305.35 as a basis for my skin. I just recompiled my custom skin using version 2012.3.1308.35 and have found that the changes you made to the combobox have caused my custom skin to look rather crappy. I am now getting the left side of a down-arrow image showing up on the right side of my image. See the attached file customcombobox.png. The file Vistacombobox.png is from your current skin dll and renders fine. I have spent a LOT of hours building our company a custom skin and now I wonder what else is broke. I really don't want to redo all the sprites that you have changed and we need some of the bug fixes you have in your newer versions, so I am stuck at this point in time with crappy looking graphics in order to fix bugs we encountered. Suggestions!?!?!?
<
td
>
<
telerik:RadComboBox
runat
=
"server"
ID
=
"ddlDestinationPayerLevel"
MaxHeight
=
"150px"
AllowCustomText
=
"false"
Width
=
"150px"
TabIndex
=
"12"
>
</
telerik:RadComboBox
>
</
td
>
5 Answers, 1 is accepted
Yes there are breaking changes in 2012 Q3. For more details please check this out. Try to change only combo's sprite or set AllowCustomText to true
<
td
>
<
telerik:RadComboBox
runat
=
"server"
ID
=
"ddlDestinationPayerLevel"
MaxHeight
=
"150px"
AllowCustomText
=
"true"
Width
=
"150px"
TabIndex
=
"12"
>
</
telerik:RadComboBox
>
</
td
>
I hope this helps.
Regards,
Hristo Valyavicharski
the Telerik team

We are sorry for the inconvenience we caused to you with these changes. They are necessary in order to make the product better. If there is something we can do for you please don't hesitate to contact us.
Regards,
the Telerik team

Also, it you try to format the combobox.css file using VS format, you get a mess. The only way I was able to get the css file to format correctly was by using JustCode format.
I tried an experiment using the combox.css file that is in the latest code set and the sprite from the forest combox. I appended "_Hew" to .radComboBox in the css file for my custom skin file name and compiled. What I got was an absolute mess for a combobox. See the attached image.
The forest.png image is from your telerik.web.ui.skins.dll v2013.1.220.35 and the custom.png is from the experiment listed above.
Probably you are looking at these sprites:
Telerik.Web.UI_2013_1_220_Dev_hotfix.zip\Skins\Forest\ComboBox\rcbSprite.png
but the sprites with the changed width are located in:
Telerik.Web.UI_2013_1_220_Dev_hotfix.zip\Skins\Forest\Common\radFormSprite.png
I opened ComboBox.Forest.css file with VS 2012 and was able to format it without JustCode by selecting all text and pressing Ctrl+K+C. I'm attaching the formatted file. If you provide us with a runnable sample reproducing the issue you had faced then I could modify your skin. In addition, could you provide us with a LiveURL demonstrating the issue?
Greetings,
Hristo Valyavicharski
the Telerik team