Drop button widgets look odd on dark backgrounds
Problem/MotivationThe drop button widgets have a white background when displayed on a dark background.This issue was discovered as part of #2949991: Add workspace UI in top dialog, but trying to keep...
View ArticleUmami includes non-existing css/components/regions/page-title/page-title.css
Problem/Motivation#3001660: Fix Umami's responsive layout styles introduced a new css file to umami.libraries.yml:css/components/regions/page-title/page-title.css: {}However, this file does not...
View ArticleUmami demo: Body overflow when link text too long.
Umami demo: Body overflow when link text too long.Adding screenshot for reference.
View ArticleOptimize menu link rebuild
Problem/MotivationI got a ticket to investigate our drush cc all because now it is so slow to require a maintenance window. So I did a profile run and realized there's just too much functionality...
View ArticleCountries missing
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Locale%21...Example: Russia is listed as a valid country. According to iso.org, it is not valid. "RU" should resolve to Russian...
View ArticleExtended callback process plugin to call functions with multiple parameters
Problem/MotivationIt would be nice to be able to call functions which requires more than just one parameter. For example, ltrim($str, $character_mask).Proposed resolutionAdd the optional parameter...
View ArticleUniqueFieldConstraint does not work when the constraint is on the ID field
Problem/MotivationThe constraint can only be added on non-ID fields, and doesn't take into account if the unique field being checked is a (non-incremementing) ID itself.Steps to reproduceGiven the...
View ArticleOlivero: Focused level-2 nav items should always be in viewport during...
Problem/MotivationWhen navigating level-2 menu items with keyboard navigation, the focused items will not scroll into view as expected.See the "tabs with dropdowns" section of this Bootstrap...
View ArticleFatal error when passing non-existing ID to entity parameter converter
Problem/MotivationThe bundle filter which was introduced in the entity parameter converter doesn't check if an entity exists before calling methods on it, resulting in a fatal error when a non-existing...
View ArticleLock down Interfaces with array specifier.
I noticed 2 things while reading some field interface classes.1) The annotated param type is incorrect /** * Returns a renderable array for a single field item. * * @param array $display_options * Can...
View ArticleUsing entity_get_info in a hook_hook_info results in an incomplete...
If a hook_info hook uses entity_get_info() this will result in an incomplete module_implements() cache:_drupal_bootstrap_full() calls file_get_stream_wrappers()file_get_stream_wrappers() calls...
View ArticleDzongkha language is missing (wrongly labeled as "Bhutani")
In field settings (at "Group help"), dz is listed as "Bhutani".According to Wikipedia:"Bhutani" is not another name for Dzongkha, but the name of a Balochi language. The two are sometimes confused,...
View ArticleImage align center not working
What are the steps required to reproduce the bug? 1. Create or edit a node (I am using Basic Page type for this) 2. Insert an image using the CKEditor media widget. Select "center" as the alignment....
View ArticleOlivero: Messages block that appears in Settings Tray is incorrectly styled...
Steps to reproduce:Open settings tray (via layout builder or other)Submit a form while intentionally omitting a required fieldNote that the message that appears is incorrectly styled and barely readable.
View ArticleBold text in teaser makes all following text bold
If I output content through a view (without fields, haven't tried with fields yet) and if the "read more" is trimming bold text (so text is bold before and after the read more), then all following text...
View ArticleConvert comment, node, path, taxonomy module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the comment, node, path, taxonomy module(s).Proposed resolutionTake the information that is currently in the...
View ArticleViews provides no way to display Relationship data and limit multifield output
Problem/MotivationDrupal allows you to:1. Create views of mixed data using Relationships 2. Limit the number of entries returned by Multifield fieldsBut it doesn't let you combine these two features. I...
View ArticleImprove FormattableMarkup documentation
Problem/MotivationFollow-up to #2570431: Document that certain (non-"href") attribute values in t() and SafeMarkup::format() are not supported and may be insecureFormattableMarkup warning about use in...
View ArticleAllow query strings in URL aliases
Problem/MotivationHandling of query strings in URL aliases is broken - for example, it is possible to create an alias /?p=123 pointing to /node/123, but although the alias exists and can be...
View Article