swagger-editor icon indicating copy to clipboard operation
swagger-editor copied to clipboard

SwaggerEditor@next: Investigate freezing AsyncAPI UI while editing #319

Open char0n opened this issue 3 years ago • 1 comments

Issue originally created by @frantuma

While editing, when the spec is not "considered valid" for some reason by the UI, it freezes the whole browser (FF + Chrome).

This ticket is about investigating the reason and apply a fix if possible, similarly to what done in AsyncAPI studio, where spec is parsed beforehand and UI rendered only with valid spec.

char0n avatar Jul 06 '22 07:07 char0n

@char0n @frantuma Is this still an active issue? We do already try to parse with AsyncAPI's parser first here: https://github.com/swagger-api/swagger-editor/blob/b524bc055e8baad80069d5edcc716e9fb38a594a/src/plugins/editor-preview-asyncapi/components/AsyncAPIEditorPreviewPane.jsx#L83

tim-lai avatar Jul 06 '22 16:07 tim-lai

Closed by https://github.com/swagger-api/swagger-editor/issues/3217

char0n avatar Oct 03 '22 19:10 char0n