running drush updb I am getting The process has been signaled with signal...
Problem/MotivationWhen I run drush updb I get: The process has been signaled with signal "11".drush updb -v [info] Executing: /usr/local/www/dru8comp/vendor/drush/drush/drush updatedb:status...
View Article[meta] Known intermittent, random, and environment-specific test failures
This issue is intended as a tracking issue only to list all of the known intermittent test failures affecting Drupal core. Some issues are due to bugs in Drupal core; others may be due to issues with...
View Article[random test failure] Random fail in layout_builder LayoutBuilderQuickEditTest
Problem/MotivationTest failed today in LayoutBuilderQuickEditTest in the layout_builder module:https://www.drupal.org/pift-ci-job/2040373In case that goes away, the error...
View ArticleOlivero: Header menu should not close if menu item has focus
The header menu should not close if an item within the menu has focusSteps to reproduce:Tab into the primary menu and open a submenuScroll down the page. Note that the header menu will collapse.
View ArticleConsistent Navigation violation with secondary tabs
Problem/MotivationAt mobile widths, secondary tabs are re-ordered so the active tab appears first, regardless of its position within the group of tabs. This violates Success Criterion 3.2.3: Consistent...
View ArticleOlivero: Mobile tabs can become out of order if browser is resized
Problem/MotivationIf active tab is not on the first position, then when dropdown is expanded on small resolutions - it may have the wrong positionSteps to reproduce: 1. Browse to a page (with a wide...
View Article[META] Make Olivero stable and the default theme for Drupal
Problem/MotivationOlivero was committed in. This META issue is tracking tasks to make it stable and the default theme.Proposed resolutionMust-have issues for stable release:Features#3152545: Make...
View ArticleDrupal\language\LanguageNegotiator::updateConfiguration() is passed a NULL
I am getting a stack trace when installing module to enable language translationThe steps to reproduce in the search box on http://dev.drupal.co.uk/admin/modulestype 'trans' this will bring up the tree...
View ArticleAllow embedding multiple Media Entities using the Media Library in CKEditor
Problem/MotivationIt is not possible to embed multiple media items into CKEditor in one shot; you can only embed one at a time. This was deliberately done for multiple reasons. Here are a few extracted...
View ArticleRemove public properties from StatementInterface implementations
Problem/MotivationFrom #3174662: Encapsulate \PDOStatement instead of extending from it.The Statement* classes have public properties like $dbh and $allowRowCount, historically to support tight...
View ArticleX-CSRF-Token request header is missing when using Bearer authentication
We have an App using simple_oath with Bearer tokens to authentication method. After updating core from 8.6.15 to 8.71 we started getting "X-CSRF-Token request header is missing" when doing something...
View ArticleDuplicate path aliases can be added
When adding aliases through the admin interface, there is a validation check (function aliasExists) to make sure you are not reusing an existing alias. Strangely the function does not prevent you from...
View ArticleOlivero: Focus after submenu close via ESC key
Broken off from #3190120: Olivero: Focused level-2 nav items should always be in viewport during keyboard navigation.If a dropdown menu is open, and ESC is pressed, the element gets focused. Is this OK?
View ArticleRemove default favicon
Problem/MotivationNew drupal website has the drupal favicon by default. It's easy to change. But a lot of people forget. Having the drupal favicon on a totally unrelated website look unprofessional....
View ArticleComment form should redirect to the current page when the form is in a block
Problem/MotivationComment form needs to override destination when comment form submitted on comment field attached to block content entity After submission visitor should stay on the same pageSteps to...
View ArticleAdd inclusion of a settings.local.php file in settings.php
The Drupal.org infrastructure uses this by default and so do lots of Drupal shops, so why can't we add this snippet to settings.php (and settings.default.php) by default?/** * Include a local settings...
View ArticleAdd tests for Archive_Tar
Drupal 8/9 now include Archive_Tar via composer.Drupal 7 still has its own copy of most of the code from the third party library in system.tar.inc in the system module.There's very little if any test...
View ArticleProvide a new library to replace jQuery UI autocomplete
Before going any further, know this: Much of the work on this task took place here: #2346973: Improve usability and accessibility of long select lists. It eventually became apparent that this needed...
View ArticleAdd additional testing coverage for Olivero
This comes from @larowlan review #103 at #3111409: Add new Olivero frontend theme to Drupal 9.1 core as betaHere's things in the .theme file I think we should have tests for, as they are likely to...
View ArticleAllow to select a style option on Link fields
Problem/MotivationThe current formatter for Link field does not provide a style option. This option avoids us creating multiple twig files for each view modes. In certain cases, designers can even ask...
View Article