Views HandlerBase::breakString works unexpectedly for a views with a huge...
Problem/MotivationViews that generate requests with a huge amount of arguments (more than 3500) give WSOD. The issue was reproduced on commerce order view with the amount of order items more than...
View ArticleRegression: Form states are processed and can be added to the wrong attribute...
Problem/MotivationSince #1427838: password_confirm children do not pick up #states or #attributes was committed, states are now incorrectly applied to (at least) 'item' form elements.Specifically the...
View ArticleTypeError: strlen(): Argument #1 ($string) must be of type string, array given
I am seeing an error with big pipe, call stack below.Error shows Drupal core 10.4.5 and 10.4.6. PHP 8.2. both on Linux (Ubuntu) and Windows systems. Error appears after an upgrade from a much older...
View ArticleDocument high-level API concepts in an easier format
Problem/MotivationNot sure exactly which issue queue this should live in - seems like a core decision whether we want to do it or not, but to make it work, we'd need to figure out how things show up on...
View ArticleOutput this field as a custom link replaces + (plus) with space
The situation is as follows:I have a view that has several entity reference fields (referencing taxonomy vocabs) as contextual filters which are set to allow multiple values. I can then go to a page...
View ArticleReplace Array.prototype.forEach.call usages that aren't needed
Problem/MotivationThere are many uses of Array.prototype.forEach.call(someQueryResult, ...) that could have simply been someQueryResult.forEach() were it not necessary to support IE11.Steps to...
View ArticleSortArray class not found in...
Problem/MotivationIn Drupal 11.1.6 I get this error on node add form page:Error: Class "Drupal\Core\Entity\Entity\SortArray" not found in Drupal\Core\Entity\Entity\EntityFormDisplay->buildForm()...
View Articleh4 in template_preprocess_field_multiple_value is not valid as child of th
API page: https://api.drupal.org/api/drupal/core%21includes%21theme.inc/function/t...In forms using re-orderable multiple value field, an <h4> with .label is used as a child of a <th>,...
View Articlegetimagesize: Failed to open stream:...
Problem/Motivation\Drupal\image\Plugin\Field\FieldType\ImageItem::generateSampleValue is having a mechanism to prevent generation of too many sample files. Creates up to 5 in a single request using the...
View Article[Meta] Bug Smash Initiative monthly triage meta commencing 2025-03-11
Meta for triage credit, please note: you only need to add a comment for one issue that was triaged and closed, not every one.Remember to add the tag 'Bug Smash Initiative' to issues that are triaged.
View ArticleCKEditor5 table properties not visible after Drupal 10.4.0 update
Problem/MotivationDrupal to 10.4.0 now includes CKEditor 10.4.0 which breaks with the following error in the console: TypeError: t.Model is not a constructor.Steps to reproduceInstall Drupal 10.4.0 Add...
View ArticleReduce jQuery usage in dialog.ajax.js
Problem/MotivationI discovered today that in addition to the dialogue itself, we have a fairly large amount of jquery code.I believe that in order to make switching to a native dialog easier in the...
View Article[policy, no patch] Decide and document guidelines for using string context
Updated: Comment #31Problem/MotivationAs has been mentioned elsewhere, we don't yet have guidelines on when and how to use string contexts (= translation contexts). Due to lack of guidelines every...
View ArticleRestore documentation on variable arguments in...
Problem/MotivationIn #3029500: Drupal\Core\Database\Query\Select::hasAllTags() and hasAnyTag() will require a new "$tags" argument in the next major version of its parent class we are removing...
View ArticleViews comment form missing when using replacement pattern
Problem/MotivationThe comment form does not display when using the {{ comment }} replacement pattern in a view.When using the Content: Comments field, it shows the list of comments and the comment form...
View ArticleAggregated entity fields cause SchemaIncompleteException
Problem/MotivationWhile working on #2976147: Create a sales report supporting daily, weekly, monthly, and yearly breakdowns., my tests failed due to configuration schema validation.Schema errors for...
View ArticleMake views consistent in code, schema, tests, and APIs
Problem/MotivationViews is not consistent between its code, schema, and APIs. Tests confirm what it does, not what it should do.This issue was created to elaborate on the bug and its solution. Patches...
View Article[meta] Remove IE11 Support from Olivero
This is part of #3252084: [meta] Remove support for IE11. I'd like to remove IE11 support from Olivero, which will enable a radically simplified and maintainable codebase. A couple things off the top...
View ArticleRemove legacy browser support from js.module.css
Problem/Motivationjs.module.css includes some classes for older browsers as of 2023 #3404218: Table filter creates jank (layout shift) on page load.https://caniuse.com/?search=scripting shows pretty...
View Article[meta] Fix Drupal.Commenting.FunctionComment.MissingReturnComment
Problem/MotivationThe work to enable Drupal.Commenting.FunctionComment.MissingReturnCommentSteps to reproduceProposed resolutionAdd child issues Remaining tasksComplete child issues When the other...
View Article