When trying to delete an entry in Chrome, the alert saying something like "Are you sure - press OK" won't show.
Tried looking in the error console:
Ignored call to 'confirm()'. The document is sandboxed, and the 'allow-modals' keyword is not set.
I updated a line in common.js to:
'<iframe width="100%" height="100%" sandbox="allow-modals allow-forms allow-scripts allow-same-origin allow-popups" src="' + url + '"></iframe>'
And now the alert shows - and allow me to delete.
Is there a better way to fix this? and do I need to modify any other files ?
Greetings
Casper
Cannot delete in Chrome
Re: Cannot delete in Chrome
Hi,
I had the same problem with a simple form (only three fields): deleting in Chrome not possible, in Explorer or Firefox no problem and all works fine.
But good news: after moving up one of the fields and generating the application it works now fine in Chrome too !
I had the same problem with a simple form (only three fields): deleting in Chrome not possible, in Explorer or Firefox no problem and all works fine.
But good news: after moving up one of the fields and generating the application it works now fine in Chrome too !
Bert
I am using Appgini 5.75
I am using Appgini 5.75
Re: Cannot delete in Chrome
Thanks for reporting this and for the suggested fix by @casjazz. We'll fix this issue in the next release due within a few days.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Cannot delete in Chrome
Any update on the next release?a.gneady wrote:Thanks for reporting this and for the suggested fix by @casjazz. We'll fix this issue in the next release due within a few days.

Appgini 5.50, Revision 835. Mac OSX 10.11 running Windows 10 on VMWare.
Re: Cannot delete in Chrome
We're finalizing the beta and will send download links for it hopefully before Thursday. Stay tuned!

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.