You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a bbcode for table contents. The "tr", "th" and "td" elements work perfectly but "caption", "thead", "tbody" and "tfoot" are totaly ignored when passing from html to bbcode (when passing from bbcode to html the table seems good).
What I understand with my tests is that these elements are not concidered like others html elements but I don't see how to manage this case.
Configuration:
Firefox 124.0.1, Windows 11 up to date, SCEditor 3.2.0. Not tested on an other configuration.
Configuration of SCEditor option is:
Click on the buton to toggle source/WYSIWYG mode, twice with my configuration.
The "caption", "thead", "tbody" and "tfoot" tags are removed and the text of the caption is inside the table without tags. If you switch again the source mode the caption text will be removed on top of the table.
The text was updated successfully, but these errors were encountered:
For now I haven't find a solution to my problem, I realy don't know how to fix my problem, if someone have a solution or some clues you're welcome. If I find a solution I'll update this issue.
I'm trying to create a bbcode for table contents. The "tr", "th" and "td" elements work perfectly but "caption", "thead", "tbody" and "tfoot" are totaly ignored when passing from html to bbcode (when passing from bbcode to html the table seems good).
What I understand with my tests is that these elements are not concidered like others html elements but I don't see how to manage this case.
Configuration:
Firefox 124.0.1, Windows 11 up to date, SCEditor 3.2.0. Not tested on an other configuration.
Configuration of SCEditor option is:
Code of custom commands:
BBcode example of the table used:
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: