Completed
Last Updated: 15 Feb 2016 15:43 by ADMIN
Completed
Last Updated: 15 Feb 2016 15:19 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Completed
Last Updated: 15 Feb 2016 14:30 by ADMIN
Completed
Last Updated: 11 Feb 2016 16:38 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 05 Feb 2016 12:03 by ADMIN
When the user selects all the content and changes the font family through the FontName command, the chosen value does not remain as the selected one.

The issue is most prominent in Firefox, but could be reproduced in Chrome with a subsequent select all.
Completed
Last Updated: 05 Feb 2016 11:51 by ADMIN
A workaround is to place the rwLoading class in the proper place by using the events of the control, for example:

	<telerik:RadWindowManager ID="RadWindowManager1" runat="server" ShowContentDuringLoad="false" 
		OnClientShow="applyProperLoadingSign" OnClientPageLoad="removeLoadingSignClass">
	</telerik:RadWindowManager>
		<script type="text/javascript">
			function applyProperLoadingSign(sender, args) {
				if (!sender.get_showContentDuringLoad() && $telerik.isMobileSafari) {
					$telerik.$(".rwIframeWrapperIOS", sender.get_popupElement()).removeClass("rwLoading");
					$telerik.$(".rwWindowContent.rwExternalContent", sender.get_popupElement()).addClass("rwLoading");
				}
			}

			function removeLoadingSignClass(sender, args) {
				if ($telerik.isMobileSafari) {
					$telerik.$(".rwLoading", sender.get_popupElement()).removeClass("rwLoading");
				}
			}
                       </script>
Won't Fix
Last Updated: 04 Feb 2016 14:48 by ADMIN
Won't Fix
Last Updated: 04 Feb 2016 14:44 by ADMIN
Won't Fix
Last Updated: 04 Feb 2016 14:38 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 04 Feb 2016 14:35 by ADMIN
Completed
Last Updated: 04 Feb 2016 14:32 by ADMIN
Completed
Last Updated: 04 Feb 2016 12:34 by Luis
Completed
Last Updated: 03 Feb 2016 16:56 by ADMIN
Completed
Last Updated: 03 Feb 2016 14:26 by Imported User
ADMIN
Created by: Dimitar
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 03 Feb 2016 09:19 by Matt
Declined
Last Updated: 27 Jan 2016 14:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Improve web parts rendering in Editor
Won't Fix
Last Updated: 26 Jan 2016 15:20 by ADMIN
Completed
Last Updated: 25 Jan 2016 13:28 by ADMIN
Created by: sitefinitysteve
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Problem I have with every skin you have is that you're setting the font-family on the controls.  So I have page X, drop on a radcontrol and it doesn't look at all like it's from the same site.  Whereas if I go drop a kendo control on the page it inherits the site font and looks native with little or no tweaks.

...but the radcontrols are clearly more full featured
Completed
Last Updated: 25 Jan 2016 13:13 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Based on customer feedback:

Input controls, namely RadTextBox and RadComboBox appear misaligned and slightly different in terms of metrics

**UPDATE**
As of 2016 R1 SP1, the inconsistencies have been targeted and fixed as a part of a broader story to unify the appearance of the various components.
NOTE: The changes apply only to Light-weight rendering