I use qutebrowser, which allows to edit HTML form text input fields (github issues, stackoverflow questions/answers, the question editor for this forum, etc.) using a custom external editor.

I was surprised that this does not work for the body of a kanban board element. I wonder if it is not too difficult to modify the implementation so that these "input fields" have the correct HTML semantics.

5 days later

Hello,

Does the issue you describe with qutebrowser only happens on our Kanban application? Or is it impacting as well the other ones? Like Rich Text, Spreadsheet, Code Markdown, etc?

Thanks in advance for your reply.

    6 days later

    Mathilde Hi, yes the issue also affects other apps like Rich Text, Code, Markdown Slides, Forms (editing "text" fields and question titles). The qutebrowser popup error I get reads "Focused element is not editable!". After some more looking around in the qutebrowser tracker I think this is probably related to https://github.com/qutebrowser/qutebrowser/issues/6029, but I would need to check in the actual code to see what kind of HTML fields/frames qutebrowser is looking for.