Obsolete
Status Update
Comments
da...@chromium.org <da...@chromium.org> #2
would be useful!
ja...@gofreerange.com <ja...@gofreerange.com> #3
much needed
er...@chromium.org <er...@chromium.org> #4
I need to monitor active sheet because I have different side bar for every sheet. What I'm doing now is running a JavaScript from the client side every 1s (second) to call google.script.run.monitorTabChange();. This function reads current active sheet's name and compares it with a sheet name that had been saved in a PropertyService during the last call of google.script.run.monitorTabChange();.
The spreadsheet with this script helps me with creating Purchase Orders. It pulls data from Salesforce and Quickbooks and generates a PO. So for every PO for every customer I am duplicating the spreadsheet and of course the script. The problem that I am facing is running out of quota. I have generated tons of POs already and each of them runs (even if the spreadsheet is not opened - I tested it) the 'monitorTabChange' function, which calls PropertyService. I have 100 000 quota for PropertyService calls. And I'm running out of it pretty quickly now.
The trigger 'OnSheetChange' would then save me (probably many others too) from this issue. At the same time it would saved Google tons of execution overhead (that could be significant if lots of people use the solution I do to track the sheet change).
Thanks!
The spreadsheet with this script helps me with creating Purchase Orders. It pulls data from Salesforce and Quickbooks and generates a PO. So for every PO for every customer I am duplicating the spreadsheet and of course the script. The problem that I am facing is running out of quota. I have generated tons of POs already and each of them runs (even if the spreadsheet is not opened - I tested it) the 'monitorTabChange' function, which calls PropertyService. I have 100 000 quota for PropertyService calls. And I'm running out of it pretty quickly now.
The trigger 'OnSheetChange' would then save me (probably many others too) from this issue. At the same time it would saved Google tons of execution overhead (that could be significant if lots of people use the solution I do to track the sheet change).
Thanks!
qb...@gmail.com <qb...@gmail.com> #5
will really appreciate this feature :)
ch...@chromium.org <ch...@chromium.org> #6
I'd like an onSwitchSheets event trigger with the following information available:
The sheet I'm switching from, active cell I'm switching from, active row I'm switching from, active col I'm switching from etc.
The sheet I'm switching to with ability to:
- land in a specific cell
- modify the contents of a cell or range of cells in the switch to sheet
- initiate a re-calculate in the target sheet after changes have been made.
Even better... onPreSwitch, onSwitch, onPostSwitch
Excessive code is required to implement the functionality I'm chasing without these hooks.
The sheet I'm switching from, active cell I'm switching from, active row I'm switching from, active col I'm switching from etc.
The sheet I'm switching to with ability to:
- land in a specific cell
- modify the contents of a cell or range of cells in the switch to sheet
- initiate a re-calculate in the target sheet after changes have been made.
Even better... onPreSwitch, onSwitch, onPostSwitch
Excessive code is required to implement the functionality I'm chasing without these hooks.
ch...@chromium.org <ch...@chromium.org> #7
Any news from Google team?
i Would like to re-hide hidden sheets when user leaves it
i Would like to re-hide hidden sheets when user leaves it
ch...@chromium.org <ch...@chromium.org> #8
Hey Google,
This feature is highly in need for us. Can you please respond?
This feature is highly in need for us. Can you please respond?
ja...@gofreerange.com <ja...@gofreerange.com> #9
This trigger would also be useful for the code I'm working on.
ch...@chromium.org <ch...@chromium.org> #11
Needed!
ch...@chromium.org <ch...@chromium.org> #12
would be greatly apreciated
ch...@chromium.org <ch...@chromium.org> #13
I need something like this too
ja...@gofreerange.com <ja...@gofreerange.com> #14
Yes please - I have a goto last row but it only runs on open; would be great to run on every tab/sheet change
ch...@chromium.org <ch...@chromium.org> #15
Come on... I was happy to see the way Google implemented apps vs MS vba and decided to convert several off my office documents to google sheets, but there is no way this is going to happen without support for this "onSheetChange" feature. It really makes me wonder how many other basic features are missing in sheets. It only took 10 min. of investigation to put sheets on hold....
da...@chromium.org <da...@chromium.org> #16
I have a sidebar that shows filters for the active sheet - when you change the sheet I need to reconfigure my sidebar.
At the moment I use a mouse-over event on my sidebar AND a timer function to constantly monitor the current sheet.
It would be so much better if there were a trigger on sheet change.
Thanks
At the moment I use a mouse-over event on my sidebar AND a timer function to constantly monitor the current sheet.
It would be so much better if there were a trigger on sheet change.
Thanks
ch...@chromium.org <ch...@chromium.org> #17
Really need this feature and it seems like something that would be very simple to implement. Knowing the current sheet is crucial for lots of operations and constantly checking that it hasn't changed seems very wasteful.
da...@chromium.org <da...@chromium.org> #18
Need this, too
ja...@gofreerange.com <ja...@gofreerange.com> #19
One and a half year, no update yet...
ja...@gofreerange.com <ja...@gofreerange.com> #20
Oh come on Google folks! Surely you can incorporate this! Soooooooooo many people want this and really need it!
ch...@chromium.org <ch...@chromium.org> #21
up
ja...@gofreerange.com <ja...@gofreerange.com> #22
+
ch...@chromium.org <ch...@chromium.org> #23
+
ch...@chromium.org <ch...@chromium.org> #24
Please Google team - this would be very helpful!!
ja...@gofreerange.com <ja...@gofreerange.com> #25
+
is...@google.com <is...@google.com> #27
Hello? Can't believe this hasn't been added yet.
Description
Example URL:
Steps to reproduce the problem:
1. Visit
2. Attempt to play the MP3 audio file
3. See that it does not play
What is the expected behavior?
The MP3 audio file plays successfully.
What went wrong?
The MP3 audio file does not play successfully. No errors are reported in the browser console. No errors are reported in the browser network log.
Did this work before? N/A
Is it a problem with Flash or HTML5? HTML5
Does this work in other browsers? Yes
Chrome version: 48.0.2564.97 Channel: stable
OS Version: OS X 10.10.5
Flash Version: Shockwave Flash 20.0 r0
I believe this is related to similar closed issue [1] where the FFmpeg probe does not correctly identify the file as an MP3 due to a specific combination of ID3 tag frames.
I asked about this on the FFmpeg mailing list [2] and a developer raised it as an FFmpeg bug [3]. The developer has now fixed the bug, so it would be good to incorporate this fix into Chrome as soon as possible.
[1]:
[2]:
[3]: