Status Update
Comments
ko...@gmail.com <ko...@gmail.com> #2
Thank you for reporting this issue. We have shared this with our engineering team and will update this issue with more information as it becomes available.
[Deleted User] <[Deleted User]> #3
Could you please share updates ?
[Deleted User] <[Deleted User]> #4
any updates here?
ek...@google.com <ek...@google.com>
[Deleted User] <[Deleted User]> #6
me too
Description
1. Create a new spreadsheet.
2. Go into script editor.
3. Create "onEdit" fuction (see below)
function onEdit(e)
{
Logger.log("onEdit was called");
Browser.msgBox("onEdit was called");
}
4. save function.
5. Go to spreadsheet and change any cell
What is the expected output? What do you see instead?
Expected output:
1. message written to logger "onEdit was called".
2. Message displayed in pop-up dialog saying "onEdit was called"
What did I see:
1. used cntl-shift_cap to view logger.
message that Log was not empty did not appear.
But no text was displayed.
2. Received pop-up in spreadsheet. This proves that
the onEdit routine was called.
On which browser & OS?
Windows 7 - Chrome
Please provide any additional information below.
Tried it on two different spreadsheets. Received
the same output.