Drupal 9 MAINTAINERS.txt talks about Drupal 8
Problem/MotivationNoticed this while reviewing #3191468: Retire "Admin UI and JavaScript Modernisation" initiative in favour of "Decoupled menus" and the upcoming "Easy out of the box" initiative. The...
View ArticleTopic maintainers lack a description in MAINTAINERS.txt
Problem/MotivationUnlike all the other maintainer roles, topic maintainers lack a descriptionProposed resolutionAdd one copying the governance descipription.Remaining tasksReview.
View ArticleInconsistent capitalisation for initiative leaders in MAINTAINERS.txt
Problem/MotivationThe initiative leads description capitalisation is inconsistent. Currently in the file, all the other role names use the same casing, eg. "Drupal Core committers", "Drupal Core...
View ArticleIncorrect link for initiative responsibilities in MAINTAINERS.txt
Problem/MotivationThe initiatives responsibilities link is incorrect, it links to community initiatives rather than strategic ones and either way neither of those pages list the responsibilities of the...
View ArticleEntity Reference Exposed Filters
Problem/MotivationHello,I am losing my mind trying to get this feature to work in Drupal 8. I had no problem figuring it out in Drupal 7... I have a Content Type - Professional - that populates our...
View ArticleModule settings translation migrations should depend on the default settings...
Problem/MotivationWhenever a translated property has the same value which is the default property value on the destination site, the language override (which is the actual configuration translation)...
View ArticleLink field > Link display for internal links when no link text is given...
Problem/MotivationEven if no link text is given for internal links, the link display should still be useful. At the moment it just renders /node/123 even if a node has a node title or an alias, and the...
View ArticleCore mentoring coordinators do currently have Provisional memberships
As mentioned in https://www.drupal.org/project/drupal/issues/3187241#comment-13980588, there are currently Provisional memberships on the Core mentoring coordinators in MAINTAINERS.txt:Core mentoring...
View ArticleQuick Edit could not associate the rendered entity field markup
After I added youtube video via Media in body I have error: drupal.js?v=8.8.0:13 Uncaught Error: Quick Edit could not associate the rendered entity field markup (with...
View ArticleMenu Links: Excessive Padding
Problem/MotivationThe menu links have a 36px bottom padding. This creates a large gap below the link item. As such, this feel like it violates the design principle of proximity...
View ArticleRegression: Do not bypass route access with 'link to any page'...
Problem/MotivationIn #2323721-24: [sechole] Link field item and menu link information leakage this check was added. This is caused by following code...
View ArticleAllow an install hook in profiles installing from configuration
Problem/MotivationIn #2788777: Allow a site-specific profile to be installed from existing config we excluded profiles from being installed that contain hook_install implementations.The reasons for...
View Article[PP-2] Use form element of type date instead textfield when selecting a date...
Problem/MotivationWhen adding a datetime exposed filter I cannot simply select a date - I have to manually enter a date which is very bad UX.Proposed resolutionUse a form element with '#type' =>...
View ArticleCron time stamp should be reset when any module/theme is installed
Problem/MotivationChild issue of #3087218: Help searches fail if site is not fully indexed, and users do not know whyMany modules have cron jobs. For example, Search uses cron to index content. When...
View ArticleRemove ::selection style from Olivero
Problem/MotivationOlivero overrides the style for the ::selection pseudo-element:/* base.pcss.css */ ::selection { color: white; background-color: var(--color--blue-20); } I can't see a good...
View ArticleRemove ::selection style from off-canvas dialog reset
Problem/MotivationThe off canvas dialog overrides the style for the ::selection pseudo-element:/* core/misc/dialog/off-canvas-reset.css */ /* To standardize off-canvas selection color. */...
View ArticleLinks to php.net datetime formats documentation incorrect
Problem/MotivationThis is a very minor inconvenience, but I noticed while creating a new date time format at /admin/config/regional/date-time , that the link to the php.net documentation of datetime...
View ArticleMouseout event should not close navigation sub-menu if focus is inside the...
Problem/MotivationMouseout event should not close navigation sub-menu if focus is inside the sub-menu.Some users don't use a pointer, but the device is nevertheless equipped with one.Your laptop has a...
View ArticleOpening desktop dropdown menu using pointer device requires two taps/clicks
Pre-requisite: Don't commit this until after we've addressed the other problems in #3186349: Major accessibility problems with Olivero header show/hide feature.Problem/MotivationOpening desktop...
View Article