Editing files hangs up with Chrome #9356

Closed
opened 2025-11-02 08:36:19 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @markusschaefer on GitHub (Aug 5, 2022).

Description

After Upgrading to 1.17.0 the file editor hangs up after pressing the button edit.

monaco.js:38 Uncaught (in promise) TypeError: t.hmd is not a function
at ./node_modules/monaco-editor/esm/vs/base/common/marked/marked.js (monaco.js:38:38532)
at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920)
at ./node_modules/monaco-editor/esm/vs/editor/browser/core/markdownRenderer.js (monaco.js:91:26551)
at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920)
at ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/markdownHoverParticipant.js (monaco.js:289:130500)
at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920)
at ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/hover.js (monaco.js:289:99382)
at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920)
at ./node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/colorContributions.js (monaco.js:226:9275)
at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920)

Gitea Version

1.17.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

No response

How are you running Gitea?

docker image gitea/gitea:1.17.0

Database

PostgreSQL

Originally created by @markusschaefer on GitHub (Aug 5, 2022). ### Description After Upgrading to 1.17.0 the file editor hangs up after pressing the button edit. monaco.js:38 Uncaught (in promise) TypeError: t.hmd is not a function at ./node_modules/monaco-editor/esm/vs/base/common/marked/marked.js (monaco.js:38:38532) at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920) at ./node_modules/monaco-editor/esm/vs/editor/browser/core/markdownRenderer.js (monaco.js:91:26551) at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920) at ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/markdownHoverParticipant.js (monaco.js:289:130500) at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920) at ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/hover.js (monaco.js:289:99382) at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920) at ./node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/colorContributions.js (monaco.js:226:9275) at jt (index.js?v=95cfeb8746010d271b9adf778c18dbad:7:127920) ### Gitea Version 1.17.0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ![image](https://user-images.githubusercontent.com/63106567/183081902-71cde209-18f2-4635-8fcd-45df1031fa4c.png) ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? docker image gitea/gitea:1.17.0 ### Database PostgreSQL
GiteaMirror added the type/bug label 2025-11-02 08:36:19 -06:00
Author
Owner

@markusschaefer commented on GitHub (Aug 5, 2022):

Firefox is working fine

@markusschaefer commented on GitHub (Aug 5, 2022): Firefox is working fine
Author
Owner

@silverwind commented on GitHub (Aug 5, 2022):

Likely a browser cache issue, try a hard page reload (ctrl-shift-r)

@silverwind commented on GitHub (Aug 5, 2022): Likely a browser cache issue, try a hard page reload (ctrl-shift-r)
Author
Owner

@silverwind commented on GitHub (Aug 6, 2022):

Definitely a cache issue. https://github.com/go-gitea/gitea/pull/18632 will eventually fix it.

@silverwind commented on GitHub (Aug 6, 2022): Definitely a cache issue. https://github.com/go-gitea/gitea/pull/18632 will eventually fix it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9356