Completed
Last Updated: 28 Mar 2016 07:26 by ADMIN
ADMIN
Marin Bratanov
Created on: 21 Oct 2013 07:19
Category: Window
Type: Bug Report
0
FIX When a RestrictionZone is used, under Chrome for iOS7, the first time an input inside a RadWindow is tapped, it cannot get focus
When a RestrictionZone is used, under Chrome for iOS7, the first time an input inside a RadWindow is tapped it cannot get focus. This means that its onfocus event does not fire and the user cannot type in it even though the keyboard was shown.
When another input is focused things start working properly.
A way to avoid this is to remove the RestrictionZone property.
You can also remove the restriction zone for mobile devices to include chrome
		function OnClientShow(sender, args)
		{
			if ($telerik.isTouchDevice)
			{
				sender.set_restrictionZoneID("");
			}
		}
1 comment
ADMIN
Misho
Posted on: 11 Nov 2014 11:01
The issue is not reproducible with Telerik.Web.UI Q3 2014.