It should not be possible to have two dropdown menus appear at the same time...
When tabbing through Olivero's primary navigation, it is possible to have two menus open at once (with one obscuring the other). The fact that one obscures the other is an accessibility issue. The...
View ArticleRegression: not possible to delete source strings in Drupal 8 interface...
Hello, In D7 we had the option to edit and delete text strings in theme_locale_languages_overview_formNow, in D8 we have the option to edit in-line, but where is the option to delete? (in...
View ArticleUpdate fabpot/goutte to 3.3.1 for PHP 8 compatibility
Problem/MotivationWhile we explored getting rid of the dependency in #3176655: Use Behat\Mink\Driver\BrowserKitDriver directly instead of GoutteDriver for PHP 8 compatibility, it is cleaner to just...
View ArticleAllow users to create a block content entity with a specific UUID if it is a...
#2756331: Custom blocks cannot be properly exported and imported is pretty nasty in therm of UX but apparently hard to fix.Basically, if you export a custom block configuration and import this...
View ArticleCryptical Error Message
I am rather new in drupal & not a programmer; but familiar with essential aspects.Such an error message should never appear (I finally figured it out - but honestly, for a regular user, this is a...
View ArticleCorrectly determine when to display fields as inline
When Drupal displays a field, the template is field.html.twig, which generates block-level markup including optional labels, attributes, and supports multiple values.For the node title, uid and created...
View ArticleTitle formatting broken due to flawed EntityViewController->buildTitle
ProblemThis issue covers multiple problems relating to the function EntityViewController->buildTitle(). This issue blocks #2353867: [META] Expose Title and other base fields in Manage Display and...
View Articleupgrade manually 8.6.7 to 8.6.8 upgrade breaks site
I upgraded manually the drupal site with copy/paste of the new files and folder from drupal 8.6.8. Everything is down then. No links, no menus, no views, nothing in the new site. I revert those changes...
View ArticleUpdate 'username' theme template to use 'view label'...
Problem/MotivationUsernames are somewhat important, especially for brute force attacks. Although the Drupal security team does not consider exposure of usernames a weakness, we should still make a best...
View ArticleRemove references to WebTestBase
Problem/MotivationWebTestBase no longer exists in Drupal 9, but we still have several references in code comments. We should update those to point to the appropriate base class...
View ArticleServer 404 error shown instead of invoking Drupal for certain file extensions
It seems since Drupal 8.7 if you access certain file extensions that don't exist as files on the server show the webserver 404 error rather than invoking drupal to handle the 404E.g. on a standard...
View ArticleHandle long comment bundle names
Problem/MotivationCR Entity type and bundle machine names have a maximum length of 32 charactersRunning a migration from a Drupal 7 test site where I have migrate_example enabled, I got a bunch of...
View ArticleMigrate Drupal 7 node/user reference fields
Problem/MotivationThe migration system has no support for migrating node reference fields, with their settings and values, from Drupal 7 to Drupal 8. The source module is...
View ArticleElement::children sort order undefined and slower than it could be - this...
Problem/Motivation#2448765: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7 needs backporting to Drupal 7.Proposed resolutionRemaining tasksUser...
View ArticleMysql 8 Support on Drupal 7
An issue has been created for Drupal 8 already, but this is for Drupal 7 particularly.Problem/MotivationMySQL 8 has been release and includes performance enhancements. It would be nice to integrate...
View ArticleUse Xss::filter for view title to ensure preview matches match display
Problem/MotivationThe views title is run through Xss::filter on render, but not in the preview, so some tags (e.g. <b>) will work in the preview but will not be displayed.The preview should get...
View ArticleStandardize Olivero's focus states across all controls
During the Drupal Accessibility Office Hour (18 Jun 2020) we reviewed the focus styles as they currently stand in Olivero.Video recording of the focus style walk-through....
View ArticleDisplay relevant Security Advisories data for Drupal
Problem/MotivationCurrently Drupal core does not display any information about upcoming security releases. This means that site admins must check outside of Drupal to know whether a security release...
View ArticleAllow tokens in entity reference views selection arguments
For the Drupal 7 version of this issue, see #2010898: Use tokens for entity selection view arguments.Entity Reference allows using a View of a specific display type to set the available options. This...
View ArticleImprove wording around twig.cache setting for production environments
Problem/MotivationThis comment in services.yml is rather confusing and could use better wording.It can read like it's not recommended to set the `cache: true` value. But instead, what it's trying to...
View Article