Completed
Last Updated: 22 Oct 2015 06:07 by ADMIN
ADMIN
Marin Bratanov
Created on: 02 Oct 2015 06:50
Category: Window
Type: Bug Report
2
The built-in icon is shown over the custom icon in RadWindow with RenderMode=Lightweight in Q3 2015
There are two possible workarounds:

- use RenderMode=Classic
- OR, add a CSS class to the dialog and a simple CSS rule to remove the built-in font icon:
			div.withCustomIcon .rwIcon:before
			{
				content: "";
			}

			<telerik:RadWindow ID="RadWindow1" runat="server" CssClass="withCustomIcon" IconUrl="~/images/icon_16x16.png" VisibleOnPageLoad="true" RenderMode="Lightweight"></telerik:RadWindow>
4 comments
ADMIN
Marin Bratanov
Posted on: 22 Oct 2015 06:07
Hi Derek,

I do not see this issue on my end with the code above. I would advise that you open a ticket where we can reproduce and discuss the problem because it is possible that the cause is in some other CSS on the page you have.
Derek Swanson
Posted on: 22 Oct 2015 01:30
Hi Marin,

Along with this bug, I also see the icon as being pushed down as if there is extra padding on the top of the icon.  With this extra padding, only half of the icon is seen.  Is this a bug as well?  If so, I wanted to bring this to your attention since it involves the icon too.
ADMIN
Marin Bratanov
Posted on: 09 Oct 2015 13:52
Hi Nick,

Please accept my apologies for the omission. I reviewed your ticket history and that ticket was quite complex and had many questions in it. To avoid such situations, we usually advise on posting a separate ticket for each separate issue.

The good news is that this will be fixed in Q3 2015 SP1 which is planned for the beginning of November.

The problem stems from font icons that are implemented, as they are no longer images. The bootstrap skin was the first to get this feature, which is why it was there before anywhere else.
Informat
Posted on: 05 Oct 2015 12:42
Reported this bug in a support ticket on April 9 for the new Bootstrap skin, and now every lightweight skin has it :(.