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

edits are discarded by mastodon web ui #84

Open
jhnc opened this issue Nov 19, 2022 · 1 comment
Open

edits are discarded by mastodon web ui #84

jhnc opened this issue Nov 19, 2022 · 1 comment

Comments

@jhnc
Copy link

jhnc commented Nov 19, 2022

observed behaviour

  1. access mastodon edit form: https://[instance-name]/publish
  2. insert some initial text into form
  3. invoke textern (my config = ["xfce4-terminal","--disable-server","--geometry=100x40","-x","vi"])
  4. insert some text in editor
  5. save (:w) - new text appears in mastodon web page
  6. quit (:q) - text in mastodon reverts to initial text

expected behaviour

1-5 as observed; 6 should not cause reversion.

notes

  • text also discarded when using ["xterm","-e","vi"] or ["mousepad"]
  • observed with mastodon 4.0.2; unsure if affects other versions
  • I will also report this to mastodon, in case this is not something textern can fix
@jhnc
Copy link
Author

jhnc commented Nov 1, 2023

Still affects mastodon UI at version 4.2.1

Closed by mastodon as "not planned" whatever that means: mastodon/mastodon#21063

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

No branches or pull requests

1 participant