This is a migrated thread and some comments may be shown as answers.

$telerik.isSafari is TRUE for chrome

1 Answer 150 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 27 Jan 2011, 06:38 PM
In Chrome
$telerik.isChrome = true
$telerik.isSafari = true
$telerik.isSafari2 = false
$telerik.isSafari3 = false
$telerik.isSafari4 = false

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 28 Jan 2011, 08:33 AM
Hi Steve,

This property was used as a overall check for the WebKit rendering engine and later that included Chrome as well. So the property is there for compatibility reasons - the check goes like this:
$telerik.isSafari = $telerik.isSafari2 || $telerik.isSafari3 || $telerik.isSafari4 || $telerik.isChrome;

We can introduce a new property, for instance $telerik.isWebKit, but we still shouldn't change the way isSafari currently works.

Regards,
Kamen Bundev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Kamen Bundev
Telerik team
Share this question
or