question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't Drag n' Drop more than two images into editor From v. 4.4.0 - 4.7.2

See original GitHub issue

Expected behaviour Drag plenty images from PC into editor, and see the exact number in the editor… (9, 10, even 20 images)

Current: behaviour Only two will show in the editor … all versions since TinyMCE 4.4.0 (in latest Chrome)

Replicate in Fiddle

tinymce.init({
    selector: "textarea",
    plugins: "image imagetools paste",
    paste_data_images: true,
});

Observation When a valid upload script is provided, all 10 of 10 dropped images get uploaded… so that means all 10 got dragged in … But only 2 will ever show up in the editor.

Hunch Something about selection.setRng or images killing off previously auto-selected images

See https://community.tinymce.com/communityQuestion?id=90661000000QdDEAA0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
lnewsoncommented, Apr 21, 2020

Sorry for the really late update here, but this was fixed in TinyMCE 4.9.1 via https://github.com/tinymce/tinymce/commit/bba2b16dd539acd0a9f5bfa27830c5e6d11cabc9. I’ve tested that version and the latest 5.x version and it works in my testing. As such I’m going to close this, but if you’re still experiencing issues with TinyMCE 4.9.1 or higher please let us know.

1reaction
barteksekulacommented, Jun 4, 2018

@LowSociety you were right, thanks a lot for your comment ; ) Your suggestion did help. https://github.com/tinymce/tinymce/pull/4406

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog - TinyMCE
fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images was set to true. fixed bug where getParam and...
Read more >
Issue with kcfinder creates multiple images from a drag and drop
I've fixed following bugs with the Image Service with version 3.12. multiple images being uploaded upon drag/drop EventHandler gets applied each time you ......
Read more >
Changelog - ShareX
Open folder; Open URL; Edit image. For screen recordings, get window info to be able to use in file naming and history tags,...
Read more >
LXSeries Pro
6.3.2 (19001.1) fixes an issue with dragging to rearrange key entries in the Inspector's list. October 29th, 2022. 6.3.1 (18929.1) adds ability to...
Read more >
Docker Desktop release notes - Docker Documentation
Added the ability to share extensions more easily, either with docker ... time to avoid the VM's network glitching and dropping connections every...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found