Moving โจ [upstream] CKEditor 5 PasteFromOffice plugin should not allow MS Office/Apple Pages/Google Docs-specific classes and styles even when HTML is unrestricted Fixed to the Fixed section.
There are still many projects that do not have an automated Drupal 11 readiness issue created. For example, both masquerade_field โ and openid_connect_windows_aad โ do not have an "Automated Drupal 11 compatibility fixes" issue.
andrew.wang โ created an issue.
Been using the patch in #9 for 2 months. It works great.
Looks good now after applying the patch:
Very straightforward patch. Looks good to me.
I encountered the same issue - header check is always failing for my basic auth protected site:
However, this looks like a WordPress site?
andrew.wang โ created an issue.
FWIW, full screen mode is already provided in the official CKEditor 5 Plugin Pack as a โpremium plugins available for freeโ: https://www.drupal.org/project/ckeditor5_plugin_pack โ
I see @joco_sp can now opt projects into security advisory coverage - moving this issue back to Drupal.org project ownership.
@joco_sp maybe try opening a new issue for maintaining offer? This issue is already closed so it likely won't get any attention.
I second that this issue might be unrelated to #3384400, which is about CKEditor 5 mangling an existing table that might already have the scope
attribute in the markup.
On the other hand, this issue is an accessibility issue and can be reproduced from scratch, without any existing markup. CKEditor should automatically add the scope
attribute to <th>
elements for accessibility reasons when defining a row or column as header using the toolbar. This used to work in CKEditor 4, but is absent in CKEditor 5. Although we can go to source mode and add scope
attribute to <th>
elements manually, tables with header rows and/or header columns created using only WYSIWYG are by default inaccessible.
In addition to the GitHub comment mentioned in #5, thereโs a separate upstream issue about this accessibility issue on GitHub: https://github.com/ckeditor/ckeditor5/issues/3175
RTBC+1
The aforementioned upstream issue is now marked as completed!
Fixed some typos from #25.
I didn't review the code but just wanna report that #179 works well for me on a big site running Drupal 10.2.1!
Tested using simplytest.me with this patch applied to the 4.0.0-alpha1 branch on Drupal 10.2.0. The toolbar icon does not seem to reflect /js/plugins/abbr/icons/abbr.png?
andrew.wang โ created an issue.
andrew.wang โ made their first commit to this issueโs fork.
I ran into this issue too. Before applying the patch, Drupal does not bootstrap and I see error as shown in the screenshot. After the patch, the error is cleared. RTBC +1.
I found a typo on the now launched landing page. I came across this issue through a search and hope that this is the right place to report!
On https://www.drupal.org/about/drupal-7/d7eol/partners#type-simple โ , thereโs a sentence that reads the following:
If your need is truly a node code solution that can be as basic as a simple online brochure
Shouldnโt it be โno codeโ instead of โnode codeโ?
andrew.wang โ created an issue.
andrew.wang โ created an issue.
andrew.wang โ created an issue.
Iโll try contacting the maintainers for a release.
andrew.wang โ created an issue.
+1. Kindly requesting a tagged release :-)
I second #12 - the patch has been applied to the site I'm working on for 2 years and it's been working great on a high volume website.
(Disclaimer: Nick and I work at the same organization but a different site ;-P)
In my site, I had to downgrade to 0.15.13 instead of 0.15.18 for some reason.
Tried panels
with the same method as #14 and I can reproduce the same behaviour.