Cannot read properties of null (reading 'nodeType') on node.page.body
Problem/MotivationOn /admin/structure/types/manage/page/fields/node.page.body page we're getting Uncaught TypeError: Cannot read properties of null (reading 'nodeType') error in console.Steps to...
View ArticleTypeError: Cannot assign null to property...
Problem/MotivationTypeError: Cannot assign null to property Drupal\views\Plugin\views\argument\ArgumentPluginBase::$operator of type string in...
View ArticleConvert OptionsDynamicValuesApiTest into a Kernel test
Problem/Motivation\Drupal\Tests\options\Functional\OptionsDynamicValuesApiTest Makes no HTTP requests but is a functional test.Steps to reproduceProposed resolutionConvert...
View ArticleDateTimeComputed: Fatal error when Ajax call in form. (strlen() on array)
Problem/MotivationWhen a form launches an AJAX call (like in the yoast_seo module), then the form_state is build by the request. (core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php r:103)...
View ArticleAdd a Humans.txt File
Problem/MotivationWell, it would be useful to point folks to both the Drupal issue queue as well as the Maintainers.txt file in a humans.txt file.Proposed resolutionThere are some good examples here...
View ArticlePrevent saving config entities when configuration overrides are applied
If you use the Drupal's admin in another language than the default language when enabling module or adding field or making any new translatable config, you risk having different langcode in your...
View ArticleAjax error on views with aggregation
Problem/Motivationajax.js?v=9.5.3:448 Uncaught Drupal.AjaxError message :"\nAn AJAX HTTP error occurred.\nHTTP Result Code: 200\nDebugging information follows.\nPath:...
View ArticleOEmbed generates URLs with URL-decoded query string
Problem/MotivationIn #3060550: oembed link does not pass the URL parameter to the provider Drupal started URL-decoding the oEmbed URL to work-around a Vimeo oEmbed issue.However, query parameters...
View ArticleDifferentiate visually dragging with and without hierarchy
Problem/MotivationDragging menu items or terms can have hierarchy and motion in 4 directions. Dragging blocks in block layout does not have hierarchy and only has up and down motion. User does not have...
View ArticleGet rid of jQuery in dialog events.
Problem/Motivationhttps://www.drupal.org/project/drupal/issues/2158943 looks like a herculean task. Therefore, it is necessary to break it down into small sub-tasks that will bring us closer to the...
View ArticleMedia library widget broken when using exposed filter
Problem/MotivationThe media library widget does not work correctly when an exposed filter is added to the media library widget view.Steps to reproduceBase setup: - Add a taxonomy term ER field to the...
View Article[11.x] moving existing terms to a different taxonomy while keeping existing...
Taxonomy is a great thing. However I found out that it is rather static implemented in drupal. I started with a main list and taxonomy terms under each topics but after some time I found out I would...
View ArticleFork Symfony's ContainerAwareTrait and ContainerAwareInterface into core
Problem/MotivationIn #3392616-5: Update to Symfony 6.4 we've found out that the Symfony\Component\DependencyInjection\ContainerAwareTrait and...
View ArticleDetails up chevron not quite vertically aligned in forced colors mode
Problem/MotivationA pixel or two higher would look right.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleConfigure postcss formatting after stylelint and stylelint-config-standard...
Problem/MotivationStylelint updated to 15 #3344087: Update Stylelint and Prettier for Drupal 10.1 and use Prettier for formatting PostCSSBut seems we ignore its `Significant...
View ArticleThe order of the projects coming from locale_translation_get_projects() is...
Problem/MotivationThe order of the projects from locale_translation_get_projects() is not consistent. If the project list is rebuilt it will be in the order returned from...
View Article[ignore] 2021 bnjmnm patch graveyard
Issue so I can crash test patches before they clog up an issue.
View ArticleConvert CacheFactory to use a service locator
Problem/MotivationIn #3397522: Fork Symfony's ContainerAwareTrait and ContainerAwareInterface into core we are trying to reduce the use of ContainerAwareTrait as Symfony has deprecated it.CacheFactory...
View ArticleConvert CacheTagsInvalidator to use a service collector
Problem/MotivationIn #3397522: Fork Symfony's ContainerAwareTrait and ContainerAwareInterface into core we are trying to reduce the use of ContainerAwareTrait as Symfony has deprecated...
View ArticleTaxonomy overview list with exposed filter
I would like to alter the overview page of the terms in a vocabulary and add a filter. So I started to dig into the problem and stuck on the Vocabulary entity handlers.By default, this is the handler...
View Article