You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user exits the modal after initiating the creation process (by pressing the "create geo sphere" button) but before the GeoSphere is fully created, the creation process is unexpectedly cancelled.
Steps to Reproduce:
Open the GeoSphere creation modal.
Press the "create geo sphere" button to start the GeoSphere creation process.
Exit the modal before the GeoSphere creation completes.
Expected Behavior:
The GeoSphere creation process should continue in the background, or the user should be prevented from exiting the modal until the creation process completes.
Actual Behavior:
Exiting the modal prematurely cancels the GeoSphere creation process.
Proposed Solution:
A possible solution is to implement a UI indicator, such as a loading spinner, which appears when the "create geo sphere" button is pressed. This indicator should prevent any further interaction with the modal, including exiting, until the GeoSphere creation process is complete.
The text was updated successfully, but these errors were encountered:
oltimaloku
changed the title
Geo sphere modal bug
GeoSphere Modal: Premature Exit Cancels GeoSphere Creation
Jan 9, 2024
Overview:
Currently, if a user exits the modal after initiating the creation process (by pressing the "create geo sphere" button) but before the GeoSphere is fully created, the creation process is unexpectedly cancelled.
Steps to Reproduce:
Expected Behavior:
The GeoSphere creation process should continue in the background, or the user should be prevented from exiting the modal until the creation process completes.
Actual Behavior:
Exiting the modal prematurely cancels the GeoSphere creation process.
Proposed Solution:
A possible solution is to implement a UI indicator, such as a loading spinner, which appears when the "create geo sphere" button is pressed. This indicator should prevent any further interaction with the modal, including exiting, until the GeoSphere creation process is complete.
The text was updated successfully, but these errors were encountered: