Status Update
Comments
eq...@gmail.com <eq...@gmail.com> #2
The problem here seems to be that you are manually overriding LocalView
, which is what ripple uses to add the ripple views to the hierarchy:
Maybe we should have a fallback to use the 'software' rendering in case the view isn't attached properly, but this will result in jank because the ripples will be animated on the ui thread - so you still probably want to provide a valid view in LocalView
.
br...@google.com <br...@google.com> #3
Ah, well this is admittedly a pretty weird thing for me to be doing, so it's probably not even worth worrying about too much. I can probably rewrite that code anyway, it's pretty gross. Thanks!
Description
*NOTE: This template is ONLY used for reporting bugs. Please see [Get Help](
Problem summary: When accessing the Google Earth Engine Code Editor, only the map is visible. All panels and editor windows are completely missing from the interface, making it impossible to write or run code.
# Steps to Reproduce
1.Log into Google Earth Engine at
# Current Behavior
*The map loads correctly, but no code editor, script panel, console, or other UI elements appear*
# Expected Behavior
* The code editiors should be visible and functional
# Environment Details
* Browser: tried Chrome and Firefox
* Operating System: Windows 11 64
# Other details about the situations or use cases affected by this bug
* What I've Already Tried:
- Refreshing the page multiple times
- Using incognito/private browsing mode
* I am wondering will this be related to the fact that I forgot to renew my google storage plan and just renewed 4 days ago
---