Select widths not taken into account when table is rendered
Problem/MotivationDiscovered in #3066006: Convert Views UI to new design system.If there is a select input in a table, its width is not factored into determining column width and can result in what is...
View ArticleFigure out solution to two ex icon variants in Claro
Problem/MotivationThere are two different ex.svg icon variants in use in Claro, one with a heavier stroke than the other. In order to avoid naming collisions, the media library uses the heavier icon...
View ArticleEvaluation of color values
Problem/MotivationIn the issue Darker blue color for :hover & :active, we discovered that the value of --color-absolutezero-active was not the same as it is set in the design specs. This has been...
View ArticleImprove horizontal alignment so that elements are aligned on a vertical line
Improve horizontal alignment so that elements are aligned on a vertical line.Currently the alignment is a bit mixed but should be nicely aligned.CurrentPossible alignement fixSee also a related issue...
View ArticleChange the label of the Boolean field type from 'Boolean' to...
Problem/MotivationWas working on the comment module docs and noticed under the field type options to add onto the comment form "Boolean" is part of the list...talk about non-user-friendly UI text. I'm...
View ArticleReplace usages of assertRegExp(), that is deprecated
Problem/MotivationassertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead.Steps to reproduceProposed resolutionRemaining...
View ArticleUnnecessary restrictions on logo format: Can't upload replacement SVG logo
ProblemPage: admin/appearance/settingsAction: I want to set an svg image file as the logoSituation 1: - Place the file logo.svg myself on the root of the web site. - Uncheck "Use the default logo...
View ArticleLimit width of form elements (max-width)
Problem/MotivationThe form element description tend to be very long and therefore is hard to read Also the elements don't look nice from a design point of view when they're all using a different...
View ArticleFooter region is not displaying
Go to Structure > block layout and see the block list, footer region is not there.
View ArticleProvide better context in accessible names of EntityOperation views plugin...
Problem/MotivationOver in #2962110-39: Add the Media Library module to Drupal core, we discovered that there is an accessibility problem with the entity operation drop-buttons exposed by Views....
View ArticleBlock plugin forms should not rely on being called from \Drupal\block\BlockForm
Problem/MotivationIn a similar vein as #2256355: Make block plugins usable outside the block entity context...\Drupal\block\BlockForm is part of the block entity, and happens to always know which theme...
View ArticleRemove block.module dependency from Layout Builder
Problem/Motivation\Drupal\Core\Block provides the entire block plugin system. block.module provides the Block UI (admin/structure/block) used to place instances of those block plugins into theme...
View ArticlePager not returning correct results
Problem/MotivationThe Pager is not returning correct results on page 2,3,4 [...] Page 1 is correctly showing 16 results, page 2 return some results that appear in page 1.If pager is not used or...
View ArticleVertical Tabs CSS classes applying to non-vertical tab detail element groups
Problem/MotivationNode edit page "Menu Settings" hidden (as with other closed details elements) because it has classes added ClaroPreRender::verticalTabs reaches too many "groups" that are not...
View ArticleSearch translations directory recursively for localization files
Problem/MotivationIn a composer managed repository, there is a distinction between any files that are provided by packages and those that are local. A typical repository looks as follows:htdocs (or:...
View ArticleAllow entities to be subclassed using "bundle classes"
Problem/MotivationContent types are essentially business objects, but we have no standard ability to modify or subclass them to add business logic, which therefore gets scattered among helper...
View ArticleUnable to install or update module with composer
Hello, I would to add a module to my drupal D8.914 migrated from D6, and I can't because of composer . Is it related to Composer version 1.10.17 2020-10-30 ?Thanks for help. COMPOSER_MEMORY_LIMIT=-1...
View ArticleComment Bulk Operation issue with pagination
I am doing bulk updates for comments list with pagination. I have a view to display list of unpublished comments with pagination. I am displaying 10 comments and operation is to publish the comments....
View ArticleAllow entities to be edited when created by reference
ProblemThis request is a direct response to this issue that arose in UMN 2015 #2497361: [meta] Fix issues found during UMN Usability Testing 2015:"Order of operations are backwards! For example,...
View ArticleAttachments on Views Content Panes don't always inherit exposed filters
Use case: I want a "quicktabs" style view where each "tab" is a view result row. I'm rendering 3 nodes in the main display, and then the 3 node titles in the attachment. Then I have a bit of custom...
View Article