Dialog drupalAutoButtons option should be respected on initial load
When a drupal form is opened in a dialog, the submit buttons are automatically turned into jquery ui dialog buttons. Sometimes this is not wanted and the drupalAutoButtons options is supposed to...
View Article[META] Convert hook_help() module overview text to topics
Problem/MotivationAs part of #3031642: Deprecate hook_help() and combine with Topics, we need to convert the module overview help for each core module, located in the hook_help() implementation, into...
View ArticleCollapsible Fieldsets are Missing Icons
Problem/MotivationAt some point leading up to Drupal 8.9, collapsible fieldsets lost their collapse/expand icons in the Seven theme.For example, here are two pages that have collapsible fieldsets in...
View ArticleConvert assertions involving use of xpath on divs to WebAssert
Problem/MotivationIn #3167880: [meta] Convert assertions involving use of xpath to WebAssert, where possible we identified that use of $this->xpath() can be dangerous as we aren't always testing...
View ArticleIn mobile screen buttons get too closed
Problem/MotivationUsing Drupal 8.9 in mobile. When going through view settings in mobile, find a little bug regarding Save and Cancel buttons in view editing page. Those buttons are too closed that...
View ArticleMenuTreeParameters::onlyEnabledLinks is ignored when building the menu tree...
Problem/MotivationWhen loading the menu tree and preparing the tree to be rendered one can seemingly pass in MenuTreeParameters::onlyEnabledLinks to the load function in order to get only the enabled...
View ArticlePrevent content from being deleted when there is an active workspace
Problem/MotivationThis problematic behavior was discovered by @dixon_ in #3062486-33: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for...
View ArticleEntityChangedTrait return type mismatch
Problem/MotivationReturn type of \Drupal\Core\Entity\EntityChangedTrait::getChangedTime is annotated as string. However, content entities (ie. obtained via Node::load($id)) have value of "changed" as...
View ArticleSeven theme: Fix text alignment in drag and drop tables
Vertical alignment of text in drag and drop cells isn't consistent. I propose that we add a top and bottom padding of 10px.An example of issue on the Block Layout page:An example of the issue on the...
View ArticleDatabaseExceptionWrapper has incorrect arguments in Insert
Problem/Motivation#3137883: Deprecate passing a StatementInterface object to Connection::query added a DatabaseExceptionWrapper. The third argument should be the \Throwable and not the code. throw new...
View ArticleMenu does not allow relative links to files
Drupal allows me to create a relative menu link to a node: node/154 Drupal does not allow me to create a relative menu link to a file: /intranet/sites/default/files/file.pdf The path...
View Article<select> Dropdown Buttons in Seven Theme are Too Short
Problem/MotivationDrop-down <select> elements in the Seven theme are shorter than input boxes/elements in the same row. This is a minor cosmetic issue but very noticeable right out of the box by...
View ArticleAsterisks in "Unsaved Changes" Messages in Seven Theme have Dotted...
Problem/MotivationIn the Seven theme, any time an "unsaved changes" warning message appears, the asterisk of the message has an unsightly dotted underline in Microsoft Edge 86.0.622.58 (Official build)...
View ArticleCore Views does not display maps correctly on Apple devices using versions of...
Problem/MotivationDrupal 8.9.13 is unable to display maps on apple mobile devices with an IOS version of less than ios13. The maps display perfectly on IOS 13 or higher, but just give a grey space on...
View ArticleFAQ form field spilling over content pane
I have recently installed the FAQ field module and noticed that the fields are pushing outside the main container in the Seven...
View ArticleAdminister blocks permission required to select or upload new media with...
Media Library + Layout Builder issue.To select or upload a media from the media library, user requires administer blocks permission.When using media library widget from within the block content form of...
View ArticleHave secondary menus close on blur
Problem/MotivationThis is something I initially brought up in #3180086: It should not be possible to have two dropdown menus appear at the same time within Olivero, but moving this to a separate issue...
View ArticleDisplay relevant Security Advisories data for Drupal
Problem/MotivationThrough the Update module, Drupal core informs administrators about currently available security releases that affect their site. But it does NOT display any information about...
View ArticleDeprecate Drupal\Core\Database\StatementEmpty
Problem/MotivationDeprecate Drupal\Core\Database\StatementEmpty as it only is used in testing and therefore does not belong in the main namespace.Proposed resolutionDeprecate...
View ArticleRender caching in DisplayPluginInterface::buildRenderable is broken when...
Problem/MotivationRight now the only part of views which adds arguments to views cache keys is "DisplayPluginBase::buildBasicRenderable".My specific use case involved programmatically rendering a block...
View Article