Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Generated Metadata
- Summary: The Apps Script application is not working as expected. The first page works, but the second page does not. It is difficult to determine the root cause without additional information.
- Tags:
Additional resources:
https://developers.google.com/apps-script/guides/support/troubleshooting https://developers.google.com/apps-script/support https://stackoverflow.com/.../how-to-debug-or-view-logs-in-google-app-scr... https://stackoverflow.com/.../appscript-webapp-hyperlink-not-working-the-... https://stackoverflow.com/.../serve-separate-html-pages-google-apps-script-...
You can
ke...@gmail.com <ke...@gmail.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
Description
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:
If the issue has already been reported, 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 details of your experience with it.
If your issue has not been reported, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the issue:
When changing sheets, the `.activate()` no longer works.
I am using a custom cell-selection function in both onOpen and onSelectionChange. onOpen works as expected, but when I switch sheets within the Spreadsheet, it doesn't work. Logger prints data in that same block.
I already tried .activate(), .activateAsCurrentCell(), .setActiveRange()
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead? If you see error messages, please provide them.
Please provide any additional information below.