Assigned
Status Update
Comments
jo...@google.com <jo...@google.com>
jo...@google.com <jo...@google.com> #2
Hello,
Thanks for bringing this to us, can you please specify the task you are trying to accomplish?
kb...@remed.com <kb...@remed.com> #3
I would like to use the Javascript alert() function in my Apps Script Web Apps.
When I try to use the alert() function in an Apps Script Web App, I get the following message in the browser console:
A different origin subframe tried to create a JavaScript dialog. This is no longer allowed and was blocked. Seehttps://www.chromestatus.com/feature/5148698084376576 for more details.
When I try to use the alert() function in an Apps Script Web App, I get the following message in the browser console:
A different origin subframe tried to create a JavaScript dialog. This is no longer allowed and was blocked. See
rm...@gmail.com <rm...@gmail.com> #4
Dear Google team,
Removing support for alert, prompt and confirm from cross origin iframes has caused a lot of code written in online editors to stop working (such as code with alert functions written injsfiddle.net ). Example of a broken code example: https://jsfiddle.net/dotnetcodecentral/82wmN/
Javascript code written inhttps://codepen.io and https://plnkr.co which contains dialogs also fails to work due to this change.
I understand the need for security, but it seems hackers can still get around this by using the instructions suggested here:https://stackoverflow.com/a/68557341
I kindly ask you to please undo this change.
Thanks so much in advance.
Removing support for alert, prompt and confirm from cross origin iframes has caused a lot of code written in online editors to stop working (such as code with alert functions written in
Javascript code written in
I understand the need for security, but it seems hackers can still get around this by using the instructions suggested here:
I kindly ask you to please undo this change.
Thanks so much in advance.
sa...@sn23.page <sa...@sn23.page> #5
I'm having problems with the same issue.
ma...@officeforest.org <ma...@officeforest.org> #6
I tested it again and it worked.
You can paste it externally ondocs.google.com or in xframe options mode.
You can paste it externally on
sa...@sn23.page <sa...@sn23.page> #7
Is it the latest chrome?
jo...@google.com <jo...@google.com> #8
I have forwarded this internally meaning all communication related will be done here.
Description
First, please search through existing issues to ensure that the feature request has not already been reported. You can start the search here:
If the feature has already been requested, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any context of how the feature would benefit you.
Also, please verify that the functionality you are requesting is not already present in Apps Script.
If your feature has not been requested, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the request:
Due to a recent Chrome update, I am unable to use the Javascript alert() function in my apps script web app. This has already broken functionality for me, as I used alert() for certain messages
What is the purpose of this new feature?
To allow Javascript alert() to work in cross origin iframes for apps script web apps
What existing Apps Script services would this affect?
All
What existing data does this use?
None
Please provide any additional information below, including the particular use cases you believe this feature would enable or improve.
When Chrome was recently updated, the Javascript alert() and confirm() functions were removed from cross origin iframes. This makes sense for the general web, but this completely broke the functionality in Apps Script Web Apps, which are *technically* iFrames.