kev1n
kev1n
SweetAlert2: Set [allowOutsideClick](https://sweetalert2.github.io/#allowOutsideClick) to false If set to false, the user can't dismiss the popup by clicking outside it. You can also pass a custom function returning a boolean value,...
> Thanks for the suggestion, i will try and implement this soon. Soon means in a short time from now
@nkappler If you look at [jQuery contextMenu](https://swisnl.github.io/jQuery-contextMenu/demo/async-promise.html), you will see that keyboard navigation works there, even though the menu items do not appear to have a tabindex. You might get...
Well, I don't open the menu by mouse position myself but I thought I report it anyway.
Let's close this for now. I will let you to decide whether to fix it or not,
> Could anyone explain if we can use TinyeMCE based on GPLv2 licence. > > We have a commercial SaaS product that has a website written in React. On one...
@prasathmani : Why aren't these glaring mistakes fixed? It would take minimal effort to correct them.
I’ve isolated the detection to a single attribute in tinyfilemanager.php: `data-option="fullscreen"` Changing it to, for example, `data-option="fs"` completely prevents ESET-NOD32 from flagging the file. This strongly suggests that their heuristic...
Response from the ESET Malware Response Team: > Thank you for your submission. > It is a false positive of our scanner and this issue will be fixed in the...
Simply like this? ``` const elements = document.querySelectorAll('.myclass'); elements.forEach(function(element, index) { ctxmenu.update(element.id, menuDefinition); }); ```