Active
Project:
CKEditor Accordion
Version:
2.0.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2023 at 17:40 UTC
Updated:
13 Jun 2024 at 08:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
utcbrij commentedComment #3
risse commentedI 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.
Comment #6
ravi kant commented@UTCbrij
The issue did not regenerate for me.
I am using -
May i know what is your project Drupal version?
Also the issue may be due to any jQuery and javascript bug.
Comment #7
uv516 commentedI had the same problem:
Drupal 10.2.5, Adaptivetheme
My settings:
The patch in #3 helped me.
Comment #8
ravi kant commentedI 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.
Comment #9
ravi kant commentedThe issue is also not more me in new sub theme of Adaptivetheme.
So the issue is in custom work in custom theme.
Comment #10
marieascomedia commentedGot the issue with drupal 10.2.7 and Olivero child theme.
Same settings as #7.
The patch in #3 helped me to.