Hey Edmund, I'm able to repro this seemingly only when the node in question has a boolean (checkbox) field on it. We had been using this just fine until I added that boolean field and BAM error.
Thanks for the fast work everyone! π
Putting this back to NW because there isn't a test yet for it, my bad!
I tested the patch in #9 from @darvanen and that is working excellently for me! Not sure if there's anything else that needs to be done, but I marked it as RTBC. Thanks for the quick work friends!
@shailja179, that forum post is for cke 3 from over 10 years ago.
This is a new issue that did not occur in cke4 in d8,d9 or d10. It is new to cke 5. Are you saying this is expected behavior? I can not see the full content of my source code within the editor currently without adding custom code.
I can certainly patch it locally, but this is already happening on three client sites, it seems like we should either fix this upstream by either fixing the height so we can see the entire contents or add a scroll back in like in cke4.
I have tested the patch in d10.1.1 and it has fixed this issue for me. +1RTBC
msbtterswrth β created an issue.
Apologies, I seem to have never gotten updates for this issue and apparently never bothered to finish filling out the bug report either! Unfortunately I can't even recall which client site this was for and judging by the screenshot it was probably a frontend issue anyways relating to a bootstrap select module. Again, apologies for the poor bug report and the 4-year follow-up time!
Tested patch in #18 on 9.5.3 with VBO 4.2.3 and this fixed the issue for me! Thank you.
RTBC++
Confirmed works for us.
* Drupal Β» 9.5.1
* PHP Β» 8.1
* Admin. theme Β» Seven
I can confirm this is an issue in the seven admin theme still. I can also confirm adding the above css to a theme override fixes the issue. Missed that there was an existing patch :hides: