Skip to content

adding a Markdown table to comment hangs UI #788

@goodger

Description

@goodger

Steps to reproduce:

  1. In an open .sgf file, toggle edit mode with Ctrl-E.
  2. In the comments area paste in a Markdown table, e.g. the text below.
  3. Ctrl-E to toggle edit mode doesn't work: edit mode remains. The UI becomes unusable. After zooming the window to full-screen, the board remains at its original size. Clicking on the board produces the stone-click sound, but nothing is visible (no cursor, no new stones, nothing). Ctrl-N brings up a confirmation dialog as usual, but the UI isn't reset for the new file/record.
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column

Expected behavior: Ideally the table should be rendered as a table by Markdown. As a failsafe, the text should be shown as text. This should not hang the UI.

My environment: Sabaki 0.51.1 on Ubuntu Linux 20.10

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions