ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
380 stars 61 forks source link

[Bug]: Unable to post issue on projects using a template with multiple textarea #287

Open SuperPat45 opened 2 years ago

SuperPat45 commented 2 years ago

When the plugin is enabled, I was unable to post an issue on this project page:

https://github.com/microsoft/winget-pkgs/issues/new?assignees=&labels=Issue-Bug&template=package_issue.yml&title=%5BPackage+Issue%5D%3A+Package.Identifer

Because this page use a template with multiple textarea defined in:

https://raw.githubusercontent.com/microsoft/winget-pkgs/master/.github/ISSUE_TEMPLATE/bug_report.yml

To reproduce, write text on the fist textarea and click to another one.

As you can see, We can have only one editor at a time, and the text is not written in the texatarea when clicking on another one.