- Issue created by @guymandude
- πΊπΈUnited States bcobin
I'm also having issues with dropdown menus in a subtheme, but I'm working with Domain, which currently has issues of its own, so I'm not entirely sure where the problem lies. Commenting here so I can follow the issue - thanks!
- πΊπΈUnited States guymandude
I have narrowed my problem down to the default Full HTML Text Format. I created a new Text Format and unchecked all filters and my code rendered fine. I believe the 'Correct faulty and chopped off HTML' setting was probably what was affecting it although I haven't taken the time to do a thorough investigation.
- Status changed to Closed: won't fix
over 1 year ago 1:15am 5 June 2023 - π¦πΊAustralia jannakha Brisbane!
Hi all,
this is CKEditor issue - it wraps all intag which breaks bootstrap layout and JS (see attached screenshots).
For example, if you'd put this bootstrap snippet directly into a *.twig file - it'll work without issues.
- see https://github.com/ckeditor/ckeditor5/issues/1537CKEditor is a content editor not an HTML editor.
It's possible to create CKEditor plug-in to enable specific JS-enabled functionality (see https://www.drupal.org/project/ckeditor_accordion β ).
When reporting issues:
- provide browser/OS details
- check browser's console log to see where the error is coming from (that'll help you see where the issue is)