Completed
Last Updated: 28 Oct 2014 05:44 by ADMIN
ADMIN
Ivaylo
Created on: 17 Feb 2014 13:02
Type: Bug Report
1
Alert dialog is not handled in chrome using unit test
Please use the project attached internally for repro. 

Works properly in all other browsers as well as in coded step in Test Studio.
7 comments
ADMIN
Daniel Djambov
Posted on: 28 Oct 2014 05:44
Telerik: issue is fixed in any release from June 2014 onwards, ie. official releases 2014.2.618, 2014.3.903 or our latest internal build 2014.3.1016 - the last one is recommended as it contains all fixes to latest Chrome updates.
Ashim
Posted on: 27 Oct 2014 14:13
please can you provide the version number from which the fix is available
ADMIN
Daniel Djambov
Posted on: 21 Jul 2014 10:35
Telerik: the issue is fixed and solution is available in our product release from June 2014
ADMIN
Plamen
Posted on: 07 Apr 2014 14:54
Until the bug is fixed you can workaround it by setting DisableDialogMonitoring to "true" prior starting the Manager. Here's a sample code:

Manager manager = new ArtOfTest.WebAii.Core.Manager(false);
manager.Settings.DisableDialogMonitoring = true;
manager.Start();
Steve
Posted on: 07 Mar 2014 16:35
We are using 2013.2.1327.0, running from VS2012 on Win7 and Server 2008 R2
Steve
Posted on: 07 Mar 2014 16:33
Still fails in Chrome v33 - see the forum post at http://www.telerik.com/forums/chrome-and-alertdialog for steps to reproduce.
ADMIN
Shtilianov
Posted on: 05 Mar 2014 13:42
Hello, we are unable to reproduce this problem. We used winxp/VS2010, win7/VS2012 and we were not able to reproduce it - Chrome v33
Can you provide us with more details - what is the exact TS build you are using, what version of VS is installed. Can you also test with latest chrome and verify that the problem is still present (at the time the feedback was logged chrome 33 was not available) ?