Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content in editor isn't updated when the "Quote reply" button is clicked in GitHub #327

Closed
Andrew15-5 opened this issue Sep 8, 2024 · 3 comments
Labels

Comments

@Andrew15-5
Copy link

Description and repro

When I want to quote some complex text in GitHub, I use the "Quote reply" button that inserts selected text or the whole message verbatim in the currently active field. But when it pastes the selected content in the editable field, it doesn't update the content shown in the connected editor.

As a workaround, I always have to type anything manually in the browser tab for the content to become in sync again. This is not ideal. Can the "on non-physical content change" event be caught and handled? AFAIK, in JS, some events are triggered when a user manually inputs something. But other inputs can be programmable and therefore must be handled separately, if possible.

Browser(s) tried

Firefox 130.0

Editor(s) tried

Neovim 0.10.0

@Andrew15-5 Andrew15-5 added the bug label Sep 8, 2024
@fregante
Copy link
Owner

fregante commented Sep 8, 2024

Known issue #84 🥲

@fregante fregante marked this as a duplicate of #84 Sep 8, 2024
@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2024
@Andrew15-5
Copy link
Author

Oh, no, 2016... XD

@Andrew15-5
Copy link
Author

And also when you upload a file. It will automatically create a link which isn't shown in the editor unless you manually do something. Same thing, but different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants