Completed
Last Updated: 29 Mar 2019 12:44 by ADMIN
Victor
Created on: 11 Feb 2019 21:45
Category: Editor
Type: Bug Report
0
Design view no longer works on Chrome 73

Hello,

The RadEditor's Design View became unusable in the latest Chrome Beta version (Version 73.0.3683.27). It is still working correctly on the latest stable Chrome 72, so I'm not sure if it is a problem that needs to be resolved on Chrome's end, just figured it'll be helpful to send this in as well. 

The HTML view still works, but switching back to Design causes an exception (attached). This is also directly off of the demo page, so it doesn't look like implementation is a factor. 

15 comments
ADMIN
Rumen
Posted on: 29 Mar 2019 12:44
I am glad that you figured out what is causing the problem!

Would you mind to send the configuration that caused the error so that I can further research the problem.

Does the problem happen if you call the onParentNodeChanged method as shown below:


<telerik:RadWindow RenderMode="Lightweight" runat="server" ID="RadWindowWithEditor" AutoSize="true" OnClientShow="fixEditor"
    OpenerElementID="Button5">
    <ContentTemplate>
        <telerik:RadEditor RenderMode="Lightweight" runat="server" ID="RadEditor1" Width="700px" Height="300px">
            <Content>
                Lorem ipsum dolor sit amet
            </Content>
        </telerik:RadEditor>
    </ContentTemplate>
</telerik:RadWindow>
<asp:Button ID="Button5" Text="open the RadWindow" runat="server" />
<script type="text/javascript">
    function fixEditor()
    {
        $find("<%=RadEditor1.ClientID %>").onParentNodeChanged();
    }
</script>

Thank you for your continuous assistance! This is much appreciated!

Best 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.
Phuong
Posted on: 29 Mar 2019 11:43

We figured this out.

This was caused by radeditor had been placed inside a radWindow.

I've removed radWindow and it's working fine.

Thanks for your support.

ADMIN
Rumen
Posted on: 29 Mar 2019 08:40
Hi Phuong,

Thank you for performing the test with the latest version!

I am having the same browser version and no problems occurs on my end so I will need your further help on this! This is much appreciated.

I have two additional requests for you so that I can proceed further with the research of the problem:
  • Do you experience the error in the following two demos: IFRAME content area mode and DIV Content Area - this test will show whether the problem is related to the type of the content area. If both demos work property on your side, then this will tell us whether the issue is due to a setting or configuration in your project.
  • Isolate the problem in a simple runnable project so that I can reproduce it on my side and debug it. Once I find the reason for the error, I will fix it.

Best 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.
Phuong
Posted on: 29 Mar 2019 08:26
Same issue with Latest Internal Build 2019.1.318.45.
Phuong
Posted on: 29 Mar 2019 08:05

Hi,

It is still NOT working after we upgrade to version 2019.1.215.45.

Regards,

Phuong

ADMIN
Rumen
Posted on: 28 Mar 2019 17:21
Take your time and let me know once you got the results.

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.
Tony
Posted on: 28 Mar 2019 17:04

We'll do the Telerik controls update and report back.

Thanks,

Tony

ADMIN
Rumen
Posted on: 28 Mar 2019 16:52
Hi Phuong,

Versions of the UI for ASP.NET AJAX suite support only the browsers that have been available at the time of their release. For example, a controls version from 2018 does not support Chrome 73, because this Chrome version was recently released.

That's why can you please update to the latest version 2019.1.215 and let me know if the problem still persists? You can find upgrade instructions here.

If it does not work, please test the Latest Internal Build which you can download from https://www.telerik.com/account/product-download?product=RCAJAX -> Telerik_UI_for_ASP.NET_AJAX_2019_1_318_Dev_hotfix.zip.

If the LIB keeps throwing the error, please provide a simple runnable project that demonstrates the error so that I can further research and fix the problem.


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.
Phuong
Posted on: 28 Mar 2019 15:19

I'm seeing this issue after upgrading to the latest Chrome 73.0.3683.86 (Official Build) (64-bit). We are using Telerik UI version 2018.1.117.45.

It was working fine on Chrome 72.

Tony
Posted on: 28 Mar 2019 15:08

I'm seeing this issue today in the most recent Chrome 73.0.3683.86 (Official Build) (64-bit).  Using Q1.2018.02 telerik controls.  Is there a patch available or some other work around?

ADMIN
Rumen
Posted on: 28 Mar 2019 14:21
Hi there,

Do you reproduce the problem on the live demos?

Can you please send me a screenshot of your Chrome version as well as of the error message that you get in the DevTools console (hit F12)?

Version 11.2.17.1025 actually applies to Telerik Reporting, while the version of Telerik UI for ASP.NET AJAX follows this pattern 201x.x.xxx.xx.

Can you go in the bin folder of your Web Site/Application, right click on the Telerik.Web.UI.dll -> choose Properties -> Details -> and see the Product version? If it is not 2019.1.215 or higher (we have two latest internal builds after this one), please upgrade and test again.

Best 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.
Mc Evens
Posted on: 25 Mar 2019 13:58

fyi, the Telerik version I'm using is 11.2.17.1025

 

 

Mc Evens
Posted on: 25 Mar 2019 13:41

Hi, 

I'm also having the same issues with the radeditor, it works well in chrome 72 but doesn't in 73. I try also to use chrome 74 beta as well as chrome canary still nothing. Could You tell me what I can do to make this work?

ADMIN
Rumen
Posted on: 20 Mar 2019 12:31
Hi Victor,

I am following up with good news that we reported the problem at Chromium Issue 932479: RadEditor does not populate its content in its editable iframe content area and it is fixed!

Once again thank you for reporting the browser regression!

Best 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.
ADMIN
Vessy
Posted on: 12 Feb 2019 06:31
Hi Victor,

We are aware of this behavior in Chrome 73 Beta and the issue does not occur in the current versions of Chromium and Canary, which corresponds to Chrome 74. We will follow closely the next browser versions and will provide a fix if the issue occurs in them.

Regards,
Vessy
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.