lubezniy
(Victor Lyubezny)
July 28, 2025, 6:44pm
25
Hi.
After a latest Discourse update (Discourse v3.5.0.beta8-dev — Commits · discourse/discourse · GitHub — Ember v5.12.0), Reply button stopped to work. This problem was solved when Click To Edit plug-in was turned off in the admin interface. Developer console showed JavaScript addEventListener error in ember.js file (object named “textarea“, i can’t copy exact text now).
1 Like
cmdntd
(cmdntd)
July 29, 2025, 7:30pm
26
It has serious error in the latest version of discourse editor (both mardown and rich-text one)
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘type’)
Issue · GitHub
1 Like
Monikas
(JustMonika)
August 1, 2025, 10:54am
27
After updating Discourse and keeping this component enabled:
The editor toolbar becomes completely unresponsive
The “Send” and “Close” buttons do not work
The only way to exit the editor is by refreshing the page
1 Like
TheBaby5
(Bug Reporter)
August 4, 2025, 9:13am
28
@Monikas is right!
The editor toolbar becomes completely unresponsive & many other issues are there after updating Discourse!
1 Like
pipkin
(Thijs)
August 4, 2025, 10:46am
29
Thanks for reporting, looking into it. Will report back.
pipkin
(Thijs)
August 4, 2025, 5:45pm
30
4 Likes
cmdntd
(cmdntd)
August 10, 2025, 4:20am
31
It is ok now, but…
It seems rather slow to edit. I think js make more difficult to reload in this new editor?
When I navigating, this is still ok. But it looks like a stuck when I edit text at cursor .
So I think it is better if I could edit text without reload js at cursor.