Completed
Last Updated: 09 Jun 2022 12:18 by linz
Release 2020 R2 SP1
Marcus
Created on: 11 Jun 2020 19:16
Category: Button
Type: Bug Report
1
RadButton navigation does not work after Chrome 83 update

Hello All,

I'm using a couple of Radbuttons to enable users to download some forms (in Word). This has stopped working in Chromium based browsers for some reason (new Edge, Chrome). It still works in Internet Explorer. No errors in the browser DevTools and no error on the server either.
It also does not work in Cassini (VS2017).

Not sure where to go from here - can anyone confirm/deny?

TIA - Marcus.

code stub:

<telerik:RadButton ButtonType="LinkButton" RenderMode="Lightweight" ID="btnName" runat="server" Text="Button Text" CssClass="TemplBtn" NavigateUrl="~/assets/someform.docx">
         <Icon PrimaryIconCssClass="rbDownload" />
</telerik:RadButton>

 

3 comments
ADMIN
Peter Milchev
Posted on: 10 Aug 2020 16:04

Hello John,

There seems to be some further Google Chrome updates affecting this issue. We can continue the discussion in the new Feedback portal item:

Regards,
Peter Milchev
Progress Telerik

John
Posted on: 03 Aug 2020 16:27

Running Chrome 84 and 2020.2.617.40 (just downloaded last week).
Issue still there.

I need a linkbutton to open a new window while still performing postback.

ADMIN
Eyup
Posted on: 12 Jun 2020 09:53

Hello ,

 

The recent version of Chrome v83 came with a bunch of security updates:
https://venturebeat.com/2020/05/19/google-chrome-83/

Apparently, it led to some issue related to requests. Here are some samples:

These changes affect the following RadButton configurations and the navigation action stops working:

   <telerik:RadButtonButtonType="LinkButton"
            NavigateUrl="https://www.mysite.com">
        </telerik:RadButton>

   <telerik:RadButtonButtonType="SkinnedButton"
            NavigateUrl="https://www.mysite.com">
        </telerik:RadButton>

Solution:

Option 1:

Use the RadLinkButton instead which is the dedicated way of creating navigation buttons:
https://demos.telerik.com/aspnet-ajax/linkbutton/overview/defaultcs.aspx

Option 2:

Wait for the fix which will be available with the upcoming service pack version 2020 R2 SP1.

 

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.