Autocomplete intermittent on Chrome Android
Steps to reproduce:Currently replicated on Android 6.0.1 and 7.1.1.Find an autocomplete field e.g. Authoring information > Authored by: /node/add/pageType in a partial, valid usernameExpected...
View ArticleAdd support for OR in block visibility conditions
Problem/MotivationBlock visibility settings allow to show a block "per page path" OR "per content type" only.Example: "Recent blog posts" - a pure blog related block. If "Pages" is set to "All pages"...
View Article\Drupal\system\Entity\Action::setPlugin() is missing from...
Problem/Motivation\Drupal\system\Entity\Action::setPlugin() is not actually part of any interface, despite that its docblock uses {@inheritdoc}. /** * {@inheritdoc} */ public function...
View ArticleViews ajax silently errors
When creating/editing views through the UI (at the path /admin/structure/views/view/view_name), the 'Add' buttons for various options (Fields, Contextual Filters, Relationships, etc) silently fail. No...
View Articlemanaged_file value(fid) not found on SubmitFunction/handler
hi, There I am using drupal 9.2.7 and i have an issue with managed_file. I used a custom form with managed_file, it creates a directory and uploads the document but in submitForm function, it gives...
View ArticleEasy Out of the Box - April 18 Meeting in Slack
IntroductionsWhere can contributors help this week? There will be threads for the individual components.Claro discussionRoadmap is located here:...
View ArticleSeveral admin pages with tables on them have enormous white gap on side on...
Part of #2152519: [meta] Make sure Drupal 8 looks good and works right on browsers (both mobile+desktop).We already fixed this at least once before, iirc.Remaining tasksWrite a patch for the field ui...
View ArticleImage styles require mod_rewrite
In Drupal 8 mod_rewrite is no longer required. However I am experiencing problems with generating files through Image styles when mod_rewrite is not enabled. I have not been able to spot any warnings -...
View ArticlePHP warning trim() on Drupal\Core\Render\Element\Email::validateEmail
Currently we get constant PHP trim warnings because of automated attack scripts trying the SA-CORE-2018-002 vulnerability. The warning isWarning: trim() expects parameter 1 to be string, array given in...
View ArticlePossible Issue with default language when changing name of Configuration...
Updated: Comment #0Problem/MotivationAs with #1966436: Default *content* entity languages are not set for entities created with the API there could be an issue with changing the name of an...
View ArticleEmail Address Internationalization (EAI)
Problem/MotivationEmail Address Internationalization (EAI) is based on a set of RFCs published in 2012 which enables the usage of utf-8 in the local part of an email address. Additionally email...
View Articlescripts/run-tests.sh does not warn the user about an invalid xml path prior...
Problem/MotivationWhen providing an invalid xml path, no warnings are provided to the user prior to the test run. The attached patch provides these warnings and prevents the test run.To reproduce: Run...
View ArticleDon't create content in install hooks if module is installed during...
Problem/Motivationhook_install() cannot be used for content imports in modules because the module cannot rely on default config to be there if they are installed during config import. Proposed...
View ArticleUndefined index: target_bundles when creating new view
I'm in the process of trying to migrate a D7 site to D8. When I add a new view, I receive the following error. I cannot find any relevant patches or discussions of this error using the usual methods...
View ArticleImplementations of getInstance() return the wrong type
Problem/MotivationSeveral implementations of getInstance() don't return the value described in the following documentation comment. * @return object|false * A fully configured plugin instance. The...
View ArticleProject contained translations break when module is moved
Problem/MotivationWhen a project contains translations and this is done like described in the docs, and the project is relocated, the translation import will break.From Interface translation...
View ArticleSearch breadcrumbs have duplicate entry for Search in them
Search Page Expected behavioururl: example.com/searchbreadcrumb: home>>searchActual behavioururl: example.com/search/nodebreadcrumb: home>>search>>searchSearch help pageExpected...
View ArticleFix typo in/rename SearchSimplifyTest
Problem/MotivationThere is a typo in the name of the (originally) tested function; however, search_simplify() was deprecated in #3075703: Move search text processing to a service and this now tests...
View ArticleIGNORE: Patch testing issue - Immaculate
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleIn D8 Search page titles are not rendered from the provided label value...
In D7 the search page ("/search/node" or "/search/user") titles are rendered from the "Label" field in admin search setting page. But in D8 the search page ("/search/node" or "/search/user") titles are...
View Article