Disable Drag and Drop tinyMCE without opening the images - drag-and-drop

hello everyone,
i hope that everything is going well for all of you.
i have question, i'm using TinyMCE 3.4.6 in my project, and i want to
disable drag and drop images, so i add the parameter
paste_block_drop to true, but when i try to drag and drop the
image the Browser open it in the same page. i want to block the drag
and drop without opening the image when someone try to drar and drop
image.
Can someone have a clue ? thanks for all of you

You may want to upgrade to a newer version of TinyMCE. This may have been fixed since the version you're using was released.

Related

Drag selected text to move it?

Is it possible to drag selected text to move it? This is in almost every other editor (not to mention text input fields in browsers.) I was surprised not to find it in VS Code.
Here is a gif example.
This is now supported as of Feb 2017 release (1.10.1) but it is disabled by default.
To enable it: Go to File > Preferences > Settings and add this line "editor.dragAndDrop": true
Source: https://code.visualstudio.com/updates/v1_10#_preview-drag-and-drop-selected-text
Looks like it's not yet implemented, but there's an open issue about it.
If you want to help without diving into the internals, go 👍 the issue to add to its social signal.
I don't believe so. Their site says that it is keyboard-optimized and keyboard-centric, so their idea might be that you should highlight some text, cut it, and past it where you want it rather than dragging it.
I talk about this problem on Github Microsoft page and Microsoft engineers see this. I hope to solve it. (Please support by 👍 on this page.)

ckeditor 4.5.1 drag and drop image into editor fails

Before CKEditor 4.5.1 it was possible to drag and drop images into the editor and save them as base64, at least in FireFox. This no longer seems to be possible. Dragging an image into the editor gives no result at all, whereas in other browsers the image is loaded into a new tab, which seems to suggest that in FireFox the process is entirely blocked.
It turns out that you can drag an image into the paste tool and save it as a base64 string. See: https://www.dokuwiki.org/plugin:ckgedit:drag_and_drop

Unable to select image file with tinyMCE's file browser

I am using TinyMCE 3.2.4 with my CMS (ModX Evo 1.0.10). I am having an issue with the image/file browser.
The pop up window opens and I can see all the files I have loaded on to the server but I cannot select any to add to the Rich Text area. Permissions are fine, I can even upload an image, but nothing happens when I click one to add it.
I have tried re-installing TinyMCE and the CMS to no avail. Would anyone know how to fix this?
I never had problems with 1010
But for 1011 you can see this fix:
[#10068] tinyMCE no add images from KCfinder
https://raw.github.com/dmi3yy/evolution/master/install/changelog.txt
So try upgrading if you haven't already.

How to solve migration problem in sugar crm?

I have a problem in my work that when i migrate my sugarcrm system from 5.5 version to 6.2 version i am not able to get the delete, edit icon images in the dashlet and not able to get the drag option in the dashlet. please anyone help me out.
You may have your dashlets restricted. In ADMIN-->System Settings look to see if user editable dashlets is checked. This would make it so you can't drag the dashlet. The edit, refresh, delete option will appear when you move your cursor over the menu bar of the dashlet itself.

How to disable drag and drop event into the tinymce editor

I want to disable drag and drop text and image into the tinymce Editor (textarea). I tried to search on the web and still cannot find the working answer. Can anyone please provide me the snippet that i can work around ? Thanks much.
Anyone ? :(
This should be possible using the paste plugin. The paste_block_drop option should do just what you want.