Can't Drag n' Drop more than two images into editor From v. 4.4.0 - 4.7.2
See original GitHub issueExpected 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:
- Created 6 years ago
- Reactions:7
- Comments:6 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
@LowSociety you were right, thanks a lot for your comment ; ) Your suggestion did help. https://github.com/tinymce/tinymce/pull/4406