Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimizing a function in a script module while updating in progress can blow up the page #9035

Open
KennethBates opened this issue Sep 30, 2024 · 0 comments
Labels
kind/bug This issue represents a verified problem we are committed to solving state/fruitbowl Introductory tickets to the Octopus Deploy codebase for new starters or anyone wanting a 'quick win'

Comments

@KennethBates
Copy link

Severity

One report with a workaround

Version

2024.4.2718

Latest Version

None

What happened?

Scrolling down a large enough script module and attempting to click on the left during the loading can cause the screen to blow up with the following error.

Reproduction

In a script module large enough, scroll down and click around. Sometimes when clicking on the left area near the line numbers, the above error can fill the whole page.

Error and Stacktrace

An unexpected error occurred in Octopus v2024.4.2718: "Error: Calls to EditorView.update are not allowed while an update is in progress"
in CodeMirror
in div
in div
in CustomFlexDialogContent
in div
in DialogFrame
in LargeDialogFrame
in kg
in CustomSaveDialogLayout
in div
in div
in ka
in div
in t
in ForwardRef
in S
in div
in ForwardRef
in ForwardRef
in DatabaseComponentContextProvider
in ErrorContextProvider
in CustomDialog
in div
in ka
in ForwardRef
in div
in ForwardRef
in ForwardRef
in div
in div
in div
in t
in ForwardRef
in ForwardRef
in S
in div
in ForwardRef
in ForwardRef
in ForwardRef
in ForwardRef
in ExpandableFormSectionInternal
in Unknown
in ExpandableInternal
in Connect(ExpandableInternal)
in ContextualExpandableContainer
in ForwardRef
in A
in div
in TransitionAnimation
in i
in hp
in div
in Ae
in je
in div
in KeyboardHandler
in div
in FormComponent
in FormInternal
in dp
in ErrorBoundaryInternal
in RouteAwareErrorBoundary
in div
in div
in div
in div
in Vt
in ff
in ScriptModulePage
in B
in g
in W
in DatabaseComponentContextProvider
in ErrorContextProvider
in Rpt
in xpt
in t
in ErrorBoundaryInternal
in ReloadableRoute
in Mpt
in t
in Qpt
in t
in ErrorBoundaryInternal
in ReloadableRoute
in t
in qpt
in t
in Unknown
in withRouter()
in main
in div
in div
in Alt
in div
in ca
in ScrollArea
in main
in Qs
in div
in div
in Ts
in Qe
in rct
in PortalGlobalLayout
in SpaceLoader
in WithPersistedSpace
in Connect(WithPersistedSpace)
in withRouter(Connect(WithPersistedSpace))
in t
in t
in gdt
in t
in ErrorBoundaryInternal
in ReloadableRoute
in SecureRoute
in t
in div
in Mht
in div
in _ht
in Fht
in c
in i
in i
in l
in f
in K
in cgt
in t
in t
in lp
in Cgt
in DevToolsContextProvider
in ClientConnector
in qd
in l
in y
in div
in ka
in S
in kgt
in jc
in PageProvider
in olt
in L
in g
in DatabaseComponentContextProvider
in ErrorContextProvider
in ErrorBoundaryInternal
in c
in h
in pgt
in App


### More Information

Report (private): https://octopus.zendesk.com/agent/tickets/205651

### Workaround

Avoid clicking too quickly during the refreshing of the script during movement.
@KennethBates KennethBates added the kind/bug This issue represents a verified problem we are committed to solving label Sep 30, 2024
@IsaacCalligeros95 IsaacCalligeros95 added the state/fruitbowl Introductory tickets to the Octopus Deploy codebase for new starters or anyone wanting a 'quick win' label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue represents a verified problem we are committed to solving state/fruitbowl Introductory tickets to the Octopus Deploy codebase for new starters or anyone wanting a 'quick win'
Projects
None yet
Development

No branches or pull requests

2 participants