Claro off-canvas dialog styling issues and inconsistencies
Problem/MotivationThe problems I see:Bug per se: "Revision informationNo revision" is shown twice and without paddingInconsistency: Filter wrapper is taking too much vertical space: font-size should be...
View ArticleMultilingual content: Menu link is not correctly stored on translation.
Problem/MotivationWhen I translate node, the translated menu link item overwrites the original menu item link.This issue was supposedly fixed here: https://www.drupal.org/project/drupal/issues/2599594,...
View ArticleThe active page number is not showing on the last page(Views Full pager)
Problem/MotivationThere is a problem with the Views full pager, the active page number is not showing on the last page when the quantity value is 1.Steps to reproduceCreate a view with full pagerIn the...
View ArticleAdd support for PHP 8.1 Backed Enums in Select, Checkboxes, Radio elements
Problem/MotivationPHP 8.1 comes with support for Backed Enums It makes sense to be able to use them for select, radio and checkboxes fields as the value for #optionsProposed resolutionSupport using an...
View Articletext_summary() returns a plain string, even if passed a MarkupInterface object
Problem/MotivationCreate an Article node. For the Body field, choose the "Full HTML" format, click the "Source" button in the CKEditor toolbar, and enter the following HTML:<iframe...
View Articlereadonly state is not visually indicated
Problem/MotivationBy fixing #2866383: Readonly doesn't work on #States there is a lack of the visually indication if a field is readonly. I think we should use the disabled state or introduce a new...
View Article'@requires externalCommand' is not parsed in PHPUnit 10
Problem/Motivation@requires externalCommand is not a supported syntax in PHPUnit 10, and its parser no longer processes it.The valid types of @requires are describe here,...
View ArticlePassword reset form error makes no sense when the account is locked
Problem/MotivationWhen the same mailbox requests to recover the password 5 times, it will prompt Password reset form was submitted with an unknown or inactive account: test@drupal.com.. But the user is...
View ArticleGetting action request validation exception when reindexing or deleting a...
Problem/MotivationWhen trying to Re-index or Delete a node, getting this issue{"error":{"root_cause":[{"type":"action_request_validation_exception","reason":"Validation Failed: 1: type is missing;2:...
View ArticleUX: Hide entity ID in autocomplete widget
When using an autocomplete widget, Drupal adds the entityID in brackets after the entity name. The entityID is unique, but the text label for that entity may not be, so adding the ID ensures the user...
View ArticleAjax state leaking to Views destination paths
Problem/Motivation#956186: Allow AJAX to use GET requests caused a regression that leaks the ajax_page_state query paramater into the redirect destination URLs generated by Views.Steps to...
View ArticleConvey successful outcome of add-section operation via assitive tech
Problem/MotivationWhen adding a section, and the tasks in the off-canvas dialogs are completed, the new section (and regions, and add-block buttons) are added to the layout builder content. This is...
View ArticleTheme Olivero : no table zebra
Problem/MotivationThe new theme Olivero doesn't allow table zebra. Therefore distinguish different rows in a table may be difficult. Some others themes like the old Bartik or the new Claro ones do it...
View ArticleConfiguration schema & required values: add test coverage for `nullable:...
Problem/MotivationQuoting @bircher, maintainer of https://www.drupal.org/project/config_split, https://www.drupal.org/project/config_filter, etc., after I asked him What concrete things have gone wrong...
View ArticleConfiguration schema & required keys
Problem/MotivationQuoting @bircher, maintainer of https://www.drupal.org/project/config_split, https://www.drupal.org/project/config_filter, etc., after I asked him What concrete things have gone wrong...
View ArticleSome libraries can not be removed from attachments through...
Problem/MotivationIn our Drupal system we need a page free from some current Drupal css files. This is done with an hook_page_attachments_alter removing some elements in the...
View ArticleTypeError: htmlspecialchars(): Argument #1 ($string) must be of type string,...
a:6:{s:5:"%type";s:9:"TypeError";s:8:"@message";s:77:"htmlspecialchars(): Argument #1 ($string) must be of type string, array...
View ArticleCall to a member function getDisplayname() on null in...
Problem/MotivationThe following code on the WorkspaceListBuilder.php is causing this problem.'owner' => $entity->getOwner()->getDisplayName() There is a chance to get a NULL value from the...
View Article[D7 backport] Update status does not verify the identity or authenticity of...
Problem/MotivationIf the video filter man in the middle XSS (eg via evil DNS) is classified as a security issue, shouldn’t the current update status process (eg via admin/reports/updates/update) be...
View Article