Completed
Last Updated: 27 Feb 2017 10:57 by Roland
ADMIN
Elena
Created on: 25 Aug 2016 07:36
Type: Bug Report
1
Edge cannot find RadRibbonBar element and stops responding
Steps to reproduce: 

1. Run the test in the provided project. 

Expected: To be successfully executed against all browsers. 

Actual: Using RadRibbonBar element the test fails and turns Edge to not responding state. Using HtmlDiv element it will pass against each browser. 
Attached Files:
4 comments
Roland
Posted on: 27 Feb 2017 10:57
Hi Ivaylo,

Originally we reported this issue and sent the sample code:
https://www.telerik.com/account/support-tickets/view-ticket?threadid=1058227

Since we noticed that the issue should be fixed by now, we downloaded the latest version of Telerik Testing Framework (2017.1.207.2) and retested the original sample function. 

The following line:

RadRibbonBar ribbonbar = myManager.ActiveBrowser.Find.ById<RadRibbonBar>("ctl00_ContentPlaceholder1_RadRibbonBar1");

is not hanging anymore, but we still cannot get back the ribbonbar properly. It´s always null if we run the sample on Edge. The "ribbonbar" variable gets a proper value if we run it on any other browser, e.g. Chrome, IE, Firefox work as expected. Only Edge can´t find the ribbonbar, so the issue is not fixed yet.

The control can be found if RadRibbonBar is replaced by HtmlDiv, but this is not suitable for us, our tests really need a RadRibbonbBar type. There is some more explanation in the original ticket why we need RadRibbonbar.

Could you please test the original function we provided with the latest version of Telerik Testing Framework? It´d be highly appreciated.

Best regards,
Zsolt
ADMIN
Ivaylo
Posted on: 12 Oct 2016 13:14
This behavior has been fixed, now you can successfully initialize RadRibbonBar in a coded step. The fix will be included in the next internal build.
ADMIN
Ivaylo
Posted on: 11 Oct 2016 11:23
We have investigated this behavior further and it turns that you cannot  cast HtmlDiv to RadRibbonBar due to some changes in the control. As soon as this behavior is fixed you will be notified in this feedback. Unfortunately we couldn't reproduce the behavior with the Edge browser stop responding. 
ADMIN
Ivaylo
Posted on: 04 Oct 2016 12:50
Unfortunately we are not able to reproduce this behavior and investigate further.