wisparia || Painted Relics ARPG — 10/24/2024 8:30 AM
This is on Develop branch!
URL of page: /news /player profiles /sales, any page that uses comments
Deescription of bug: wysiwyg editor isnt loading even when enabled unless its a comment on a page using the permalink blade.
How was the bug caused (exact steps to reproduce): Trying to reply to comment
Any other information: I've narrowed it down to the error is in the comments/comments.blade. It's not passing the wysiwyg script to the replies on the comments.
According to what I can find out, the code is fine and it should work.. Though, according to TinyMCE's own documentation, the id's should be unique. Since they all share the id of 'message', they're, well, not.
From the LK Discord's bug-reports channel:
According to what I can find out, the code is fine and it should work.. Though, according to TinyMCE's own documentation, the id's should be unique. Since they all share the id of 'message', they're, well, not.
Wonder if that's the issue?