Completed
Last Updated: 28 Aug 2014 13:36 by ADMIN
ADMIN
Plamen
Created on: 10 Apr 2013 12:37
Type: Bug Report
5
WPF Windows duplicate their Content
Using the framework(not recording), I am trying to get some elements in a WPF RadWindow that I am opening in my application. I use the following code:
             var window= webaii.ActiveApplication.WaitForWindow("", 30000); 
             var radWin = window.Find.AllByType("myWindow");

What I am doing is to get the Microsoft Window and then find the RadWindow, as it is hosted in it. The Window is found as expected, but then radWin returns 2 RadWindows that are the same. Even if I am not trying to find RadWindow but some element in it, for example Button the find expression returns 2 duplicate Buttons.
1 comment
ADMIN
Konstantin Petkov
Posted on: 04 Sep 2013 06:07
Hello,

The problem is fixed with the latest internal build published last week:
http://www.telerik.com/account/your-products/internal-builds.aspx

Release notes:
http://www.telerik.com/versionnotes.aspx?nb=1&id=3301

Regards!