Drop -moz- vendor prefixed properties
Problem/MotivationFollowing #3321006: Drop -ms- vendor prefixed CSS properties we still have a number of vendor-prefixed properties that are probably safe to remove.Steps to reproduceProposed...
View ArticleSimple decimals fail to pass validation
Problem/Motivation- Create decimal field, set precision to 10 (minimum in the UI and scale to 4 - Saving new node with value 19999.0000 succeeds (precision is 5+4 = 9). - Saving new node with value...
View ArticleChange \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_HIDDEN value for...
Follow-up to #2614950: Add option for visually-hidden block titlesProblem/MotivationDuring #2614950: Add option for visually-hidden block titles we are introducing new label_display options to manage...
View ArticleViews 'Sort by', 'Asc' and 'Desc' are not full...
Problem/MotivationI created a view with exposed sort for a multilanguage site. I can translate the 'Sort by', 'Asc' and 'Desc' within the view into ONE (other) language but not by the translation system.
View ArticleExpose triggering update of media metadata + thumbnail to end users
Problem/MotivationIt's currently impossible for end-users to manually pull metadata associated with media assets from the source into the Drupal media entity, after the entity is created. Similarly,...
View ArticleWarning : foreach() argument must be of type array|object
Hello,I get this message on the admin/structure/types/manage/CONTENT-TYPE/display page for a D9.5.1 / PHP 8.1.6 website.Warning : foreach() argument must be of type array|object, null given dans...
View ArticleWrong language handling in MediaThumbnailFormatter when linking
Problem/MotivationIf you use the thumbnail formatter for a media item and use the option »Link image to« to link to the entity or the media item itself, the link always point to the original language...
View ArticleEntity queries are not entirely cheap
Problem/MotivationOn admin user the frontpage has a couple of entity queries: (~100ms is the entire request in that example.)Function NameCallsCalls%Incl. Wall...
View ArticleWhen Url::fromEntityUri() is called without two path parts, an entity is...
Problem/MotivationSince we've been expanding the Url class, we've failed to add test coverage. There is at least one bug I can spot visually.Proposed resolutionRemaining tasksUser interface changesAPI...
View Article[policy] Consider username enumeration a privacy breach
Problem/MotivationThe security team currently does not accept security issues related to username enumeration (as per Disclosure of usernames and user IDs is not considered a weakness) even if...
View ArticleAllow multiple target entity types in the 'entity_autocomplete'...
Problem/Motivation#1959806: Provide a generic 'entity_autocomplete' Form API element introduced a generic 'entity_autocomplete' Form API element. But it hardcodes a single entity type. While linking,...
View ArticleAdd more details for addTranslation function error message
It would be nice to provide a more detailed error message when function addTranslation($langcode, array $values = []) throws an error.
View ArticleRemove non-standard tap-highlight-color and touch-callout CSS properties
Problem/MotivationOriginally found in #3331424: Drop -moz- vendor prefixed properties and then discussed in Slack with @alexpott, @mherchel and @andy-blum.In toolbar's CSS we have the following...
View ArticleKeep only webkit-touch-callout property
Problem/MotivationSplit off from #3331424: Drop -moz- vendor prefixed propertiesI think we should move the tap-highlight-color and touch-callout to there own issue. I think touch-callout is simple - we...
View ArticleModulesListForm::buildRow() should more carefully strip core compatibility...
Problem/MotivationOriginally discovered at #3093789-3: system_requirements() strips core compatibility in really fragile and dangerous way when comparing...
View ArticleCreate smaller variations for form elements
Problem/MotivationSeveral places in Claro use the regular size for input fields and take a lot of vertical space.Proposed resolutionAs we have for buttons, we need smaller and more compact input and...
View Article11.0.0 release notes
Background informationHow to write a release note snippetWriting release notes for Drupal core releasesInstructionsRead over the 11.0.0 release draft outline. The section at the top is the initial...
View ArticleMove useful helper methods for working with entities from...
Problem/MotivationEntityKernelTestBase is a very useful test base class, as it provides a bunch of useful helper methods and does some work in setUp() which are not present in the parent class...
View ArticleSet filename as a default value to image 'Alt' &...
It would be nice to have a feature where user uploading an image and default Alt-Text value would get set to the filename. With the default values, users should be able to decide if they want to keep...
View Article