Views "Link to URI" formatter fails on trim
Problem/MotivationThe URL formater Link to URI seems to fail with views TRIM feature.If you add an URL to a view it can be quite long and may move outside of the viewport of you browser. In D7 it was...
View ArticleView mode teaser for field_tags missing
Problem/MotivationI'm missing a CSS selector for field_tags in teaser mode..node--view-mode-teaser .field--tags { margin-block-start: var(--sp4); margin-block-end: var(--sp1); padding-block:...
View ArticleRender type processed_text crashes with empty field
Problem/MotivationReplace all content in a template file e.g. node.html.twig with this{{ { '#type': 'processed_text', '#text': node.body.value, '#format': node.body.format, } }} This works fine unless...
View Articlehttp_client_middleware service throws exception in Functional test
Problem/MotivationI have a Functional test in a custom module which test a feeds response. For this I am intercepting the original api call to provide test data and to intercept call I am using a...
View ArticleAction buttons unresponsive when coming back from node preview
Problem/MotivationIf this is a known issue I can't find it...In my testing Chrome behaves fine. Firefox and Safari do not behave as I would expect.If I click the Preview button from a node/[add|edit]...
View ArticleFix cropped handle icon
Problem/MotivationWhen using common CSS normalization stylesheets, the handle icon is cropped almost completely out of view.Steps to reproduceThis is reproducible when a theme specifies something like...
View ArticleRelation field appears when translating a taxonomy term
Problem/MotivationParents of a taxonomy term cannot be changed when translating it.Steps to reproduce1) Create a taxonomy term in a certain vocabulary. 2) In Configuration > Region and language >...
View ArticleThe "resizeImage:custom" option of the ckeditor5_imageResize plugin...
Problem/MotivationInstead of being able to resize images by dragging the mouse along the screen, I need to be able to provide the user with an option to set a specific width for that image (while...
View ArticleFile::generateSampleValue makes bad Uris
I'm using devel_generate to generate nodes which have file attachments.Drupal\file\Plugin\Field\FieldType\FileItem::generateSampleValue() generates uris with 3 slashes when files are not configured to...
View ArticleAssertion error if field name could not be used as variable name
Problem/MotivationI'm using a Drupal module that fetches views data via HTTP. Field names might contain the character :. In that case loading the view fails with the message "Tokens need to be valid...
View ArticleWhen migrating d7_file, the source_base_path does not work in any case
- Migration of a Drupal 7 project to Drupal 10 - using the Migrate Drupal core module and other modules (Migrate Drupal UI, Migrate Plus, Migrate Upgrade, Migrate Devel)The migration works for content,...
View ArticleEnsure entity views argument definitions include the entity_type property.
Problem/MotivationFollow up issue from #2640994: Fix label token replacement for views entity reference arguments where existing sites making use of argument plugins like node_id were crashing the...
View ArticleReference method of reference field switches to first available in list if...
Problem/MotivationThe reference type settings of an entity reference field are constantly changing from default to another option. The previously selected bundles for e.g. a taxonomy vocabulary...
View ArticleView mode displays list incorrectly after an upgrade to Drupal 10.3.x
Problem with the view mode"unformatted list", article list displayed incorrectly in Olivero theme (didn't try other themes), the list got shrunk in width: Example of the issue and: Example of the...
View Article"A client error happened" on Forget password due to malicious...
Problem/MotivationThe error occurs when the cache is rebuilt and just after that the attempt to make the malicious request attempt to a Drupal-based website on the user/password pageThe error is coming...
View ArticleDo not use label HTML tag in "item" form element
Consider this form element.$form['example'] = [ '#type' => 'item', '#title' => $this->t('Example title'), '#markup' => $this->t('Example value'), ]; When rendered it produces the...
View ArticleRemove YouTube videos in library cause "No matching provider found."
Problem/MotivationWe had a YouTube video in our Media library which was removed by its owner. Next, our users would see a generic "No matching provider found." when they clicked the 'Remote video' tab...
View ArticleShortcut module error
TypeError: Drupal\shortcut\ShortcutSetStorage::getDisplayedToUser(): Return value must be of type Drupal\shortcut\ShortcutSetInterface, null returned in...
View ArticleProblem with the q tag
Problem/MotivationI use the q tag a lot for annotations, captions, etc. When I insert the q tag, ckeditor 5 adds more every time it encounters another tag.Steps to reproduce- I write the text with...
View ArticleSkip caching for local actions
Problem/MotivationI need to skip caching for the local actions menu.As default in the plugin, we have the variable $this->useCaches and the method useCaches(FALSE/TRUE) to override the value of that...
View Article