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

set_contentUrl open new tab in Chrome

3 Answers 227 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jan-Paul
Top achievements
Rank 1
Jan-Paul asked on 14 Jun 2019, 07:37 AM

Hello,

when I call the javascript function set_contentUrl, then Google Chrome open a new tab. This is since today, it seems to be after the update of Chrome 75.0.3770.90.

Does anybody know a solution for this?

All help would be appreciated.

3 Answers, 1 is accepted

Sort by
0
William
Top achievements
Rank 1
answered on 14 Jun 2019, 04:48 PM
Also stuck on the same issue. 
0
William
Top achievements
Rank 1
answered on 16 Jun 2019, 11:58 AM

Jan-Paul - 

FYI I found what is causing this issue for me.

The problem occurs when a page is opened in a RadPane object contained in a RadSpitter (but not always).
It ONLY seems to occur if the window had previously opened another web page that contains the following line of HTML markup:
<base target="_blank">
When this happens, something gets permanently set somehow so that all subsequent pages will now open in a new tab (or window).

Hope this helps.

Bill

 

0
Rumen
Telerik team
answered on 18 Jun 2019, 01:50 PM
Hi Bill,

I noticed that you have the same question posted in a support ticket. 

The ticket was replied by my colleague Vessy, so I am pasting for reference to everybody else her response:

The faced issue is related to a browser behavior related to the way Chrome is handling the new content of an iframe. You can reproduce the same issue with a standard iframe, without having any Telerik controls on the page - you can test it in the attached project. Unfortunately, as we are using iframe elements for the rendering of the external content of RadPane, we are also inheriting this Chrome behavior and cannot handle it internally.

The good news are that I tested the same pages with Chromium (which is the developer version of Chrome) and the problem does not occur there, meaning that it will be fixed in the Chrome's up-coming release.


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TabStrip
Asked by
Jan-Paul
Top achievements
Rank 1
Answers by
William
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or