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

Issues updating post markup (e.g. when editing) #3055

Open
palant opened this issue Nov 18, 2024 · 0 comments
Open

Issues updating post markup (e.g. when editing) #3055

palant opened this issue Nov 18, 2024 · 0 comments
Labels
c: bug Something isn't working s: pending triage Pending Triage

Comments

@palant
Copy link
Contributor

palant commented Nov 18, 2024

The issue from #2216 and #2889 shows up in other circumstances as well. One scenario is post editing:

  • Compose a post with the text “Hi there”.
  • Click “Home” and reload to make this post show up.
  • Edit the post text into “Hi #there” and save.

You will see a post showing “#there” instead of the expected “Hi #there”, reloading the page makes the post display correctly. The underlying issue here is again Vue being unable to update markup correctly: it tries to update HTML nodes, but it won’t add/remove nodes.

@palant palant added c: bug Something isn't working s: pending triage Pending Triage labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working s: pending triage Pending Triage
Projects
None yet
Development

No branches or pull requests

1 participant