- Issue created by @klidifia
- ๐ฎ๐ณIndia sidharth_soman Bangalore
Seems like the issue occurs when the list item doesn't have a child element within.
For instance, this seems to work fine:
<ul> <li> <p> Testing inside the p tag. </p> </li> </ul>
I've come up with a solution but haven't been able to test it adequately due to weird webpack caching.
Apply this patch against 2.0.x and let me know if it works. - ๐จ๐ฆCanada dylan donkersgoed London, Ontario
Dylan Donkersgoed โ made their first commit to this issueโs fork.
- Status changed to Needs review
about 1 year ago 4:05pm 31 October 2023 - ๐จ๐ฆCanada dylan donkersgoed London, Ontario
Ran into the same issue. The patch above was in the right place but doesn't quite work, here's an updated one.
- Status changed to RTBC
about 1 year ago 6:58pm 31 October 2023 - ๐ณ๐ฟNew Zealand klidifia
Thank you both. The change with patch #5 now makes the CKEditor functionality work properly with the tabs and the li items together.
- ๐ฆ๐บAustralia Jaspreet.gill
I applied #5 patch. Now content is loading but somehow existing tabs (ck4 tabs) title is not showing. I mean I can't see the tab titles anymore. See pic:tabs.PNG attached. the red area marked with pen.
- ๐ณ๐ฟNew Zealand klidifia
What is the markup it leaves for it? I noticed that my existing tabs have a different format e.g. the tab-link class is on the li rather than a element, and, the tab-pane div does not contain a child
<div class="tab-pane-content">
- so now loading that through CKEditor just doesn't work as it strips the markup down -- I need to re-format those seemingly. -
ozin โ
committed 82018297 on 2.0.x authored by
Dylan Donkersgoed โ
Resolve #3397894 "Error when list"
-
ozin โ
committed 82018297 on 2.0.x authored by
Dylan Donkersgoed โ
- Status changed to Fixed
7 months ago 8:30am 23 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.