- Issue created by @utcbrij
- 🇫🇮Finland risse
I am having the same issue, the problem is that the "innerText" property is not working in JS, I think it's due to it not being rendered / is hidden.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText
If you replace it with "textContent" it works. Attached is a patch.
- First commit to issue fork.
- Merge request !14Resolve #3371792 - Text from <dt> element dropped in CKEditor Accordion → (Open) created by rishabjasrotia
- 🇮🇳India ravi kant Jaipur
@UTCbrij
The issue did not regenerate for me.
I am using -- drupal 10.2.3
- Kite theme
May i know what is your project Drupal version?
Also the issue may be due to any jQuery and javascript bug. - 🇩🇰Denmark Uv516 Denmark
I had the same problem:
Drupal 10.2.5, AdaptivethemeMy settings:
[x] Collapse all tabs by default [ ] Keep accordion rows open when opening another one [x] Animate accordion open / close [ ] Open tabs with hash using anchor links or on page load
The patch in #3 helped me.
- 🇮🇳India ravi kant Jaipur
I am not getting error on Drupal 10.2.3 with Default Olivero theme.
So i am sure that issue is due to Adaptivetheme so checking for Adaptivetheme theme. - 🇮🇳India ravi kant Jaipur
The issue is also not more me in new sub theme of Adaptivetheme.
So the issue is in custom work in custom theme.
Got the issue with drupal 10.2.7 and Olivero child theme.
Same settings as #7.
The patch in #3 helped me to.