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

HTTP requests canceled in Chrome 83

1 Answer 219 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 20 May 2020, 09:58 AM

On the start page, I have some buttons with the same design( they are ment to redirect to a aspx page) eg

<telerik:RadButton runat="server" ID="Button" NavigateUrl="Dest/Example.aspx"

Since latest chrome update (v 83), all requeste made are failing ( with status canceled). The initiator seems to be

}else{if(!e||e=="_self"){window.location.href=h;

 (telerik resource)

 

Any idea on what could have caused this?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 22 May 2020, 08:53 AM

Hi ,

 

I am not sure what exactly is happening, but generally, the control suitable for this kind of action is RadLinkButton:

        <telerik:RadLinkButton runat="server" ID="RadLinkButton1" NavigateUrl="BlazorQnA.aspx" Text="Test"></telerik:RadLinkButton>
I've tested it and it works properly on my side even on the newest Chrome.

 

Regards,
Eyup
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or