Dimitris Grammatikogiannis
Dimitris Grammatikogiannis
@hans2103 since you're at it could you also add `popovertarget` and `popovertargetaction` to the button and `popover` in the div? ref: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API
Create an editor.css in the media/templates/site/cassiopeia/css. Check before and after. The issue is that for dark mode the editor is ignored
As it was reported in the issue in 6.0.1 the file is ignored. Add some thing like a weird background color for the body and check if it is respected
> maybe you find out why we load the language files twice Probably has to do with the other document types (the HtmlDocument class is loading the language files I...
You shouldn’t empty the folders but the files (.ini). Ie files should exist but with no content
Will try to do it after work
Removal of `FormBehavior:chosen` was planned for 6.0 but somehow slipped and then everything that wasn't removed in 6.0 got a new deprecation for 7.0 (https://github.com/joomla/joomla-cms/pull/46367) > JHtml::_('formbehavior.chosen',[...]) is still used...