Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor InsertImage button causes browser freeze. #4131

Closed
nenchef opened this issue Apr 4, 2018 · 1 comment
Closed

Editor InsertImage button causes browser freeze. #4131

nenchef opened this issue Apr 4, 2018 · 1 comment
Labels
Bug C: Editor FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Milestone

Comments

@nenchef
Copy link
Contributor

nenchef commented Apr 4, 2018

Bug report

When an image is pasted in the kendo Editor, selected and then the Insert Image button is clicked - the browser freezes, because the web address evaluated so too long

Reproduction of the problem

Use the following declaration of kendo Editor (dojo);

  <div id="example">
    <textarea id="editor" rows="10" cols="30" style="height:440px" aria-label="editor">                   
    </textarea>
  </div>
  <script>
    $(document).ready(function() {                 
      $("#editor").kendoEditor({ resizable: {                      
      }});
    });
  </script>

Steps

  1. Paste certain image
  2. Select the pasted image
  3. Click on the InsertImage button

Test Image:
hay

video on the repro:

https://monosnap.com/file/KeK0rDJ53L90tCy5ZivkmsI8IwWl7Y

Current behavior

Browser freezes when the pasted image is selected and the InsertImage button is clicked

Expected/desired behavior

The browser should not get frozen.

Environment

  • Kendo UI version: 2018.3.1017
  • Browser: [all]
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 19, 2022
@eyupyusein
Copy link
Contributor

I wasn't able to reproduce it. Perhaps newer version of browsers handle this scenario better.

@kendo-bot kendo-bot added FP: In Development Sync status with associated Feedback Item FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Feb 19, 2022
@dtopuzov dtopuzov added this to the 2022.R1.SP.next milestone Feb 20, 2022
@Dimitar-Goshev Dimitar-Goshev removed the FP: Unplanned Sync status with associated Feedback Item label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Editor FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

6 participants