Page 1 of 1

Cannot delete in Chrome

Posted: 2015-10-19 21:35
by casjazz
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

Re: Cannot delete in Chrome

Posted: 2015-10-26 13:59
by Bertv
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 !

Re: Cannot delete in Chrome

Posted: 2015-10-26 18:48
by a.gneady
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.

Re: Cannot delete in Chrome

Posted: 2015-11-04 16:24
by dragon
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.
Any update on the next release? :D

Re: Cannot delete in Chrome

Posted: 2015-11-09 21:25
by a.gneady
We're finalizing the beta and will send download links for it hopefully before Thursday. Stay tuned!