Convert remaining tests to use PerformanceTestTrait::assertMetrics()
Problem/MotivationFollow up from #3477191: Add PerformanceTestTrait::assertMetrics() so it is easier to write performance tests was decided to go ahead with the trait even though there are new tests...
View ArticlePager template fails accessibility tests for Ellipsis ("...")
Problem/MotivationWhen testing Olivero's pager (and displaying enough page numbers to get the ellipsis to appear), deque axe-core reports this issue<ul> and <ol> must only directly contain...
View ArticlePager plugin "Some", [view:total-rows] token and Result Summary...
Problem/MotivationThe solution to #3265798: [view:total-rows] problem in Display a 'Specified number of items' pager introduced the following regression related issues:#3381979: More link is missing in...
View ArticlePager 'More link' option should be configurable for views page...
Using the 'More' link on a view displays of type "page" can only link to itself.Steps to reproduce:Install Drupal and create some contentCreate a view with a page displayIn pager settings, enable the...
View ArticleViews Pager setting 'Items per page' with empty value gives WSOD
Problem/MotivationWhen creating a View with a pager, a WSOD appears if the pager setting 'items per page' is left empty. It leave the view unusable, an a new view must be created to resolve the...
View ArticleAdd 'items per page' pager option to views/ajax call
There is a way to render a views from jquery with an ajax call, It is a pretty feature, but there is no any option to add items_per_page while calling the views through ajax. I recommend a way to add...
View ArticlePager pagination is broken after using hook_views_query_alter()
Hi,if I add a addWhere() to the query object in hook_views_query_alter(), my items get filtered like desired in the views pager pages. But the number of the items is broken then. There not shown 10...
View ArticlePager in AJAX view results in Ajax forms problem
Problem/MotivationIf we have views with AJAX enabled, that contains AJAX-forms in results (e.g. commerce AJAX add to cart forms), all forms will not work after view was updated. Reason is form action,...
View ArticlePager pagination problem in AJAX view with exposed filter & default...
This is the same bug that I reported for the 7.x-3.x version of Views module.Bug descriptionOn a view with AJAX enabled, and an exposed filter that has default values, if the user chooses to leave the...
View ArticleTranslated node disappears (from backend UI and public site)
Quick summary: When using content moderation + workflows on a site with 4 languages or more, the interaction between the translations leads to some of them disappearing from the site.Explanation:...
View ArticleTable clicksort is lost when using views exposed filter & Pager exposed...
Problem/MotivationOriginal problem report, as amended by @mpp:Create a paged view with an exposed block and expose the "items per page" option to allow a user to change the amount of results.When...
View ArticlePager pagination does not advance in ajax Block display with multiple pagers...
I haven't managed to find this issue in search. Here are steps to reproduce:Install drupal 7, views, ctoolsSet one content type (say, articles) to list 10 comments per page (to make it easier in a...
View ArticleSupport prefetch/preload/dns-prefetch in the libraries API
Problem/MotivationOlivero ships a preload template with the following:<link rel="preload" href="{{ olivero_path }}/fonts/metropolis/Metropolis-Regular.woff2" as="font" type="font/woff2"...
View ArticlePager disabling through setting limit as FALSE does not give expected behaviour
I would expect disabling the pager would mean the query would return everything (like limit = infinity), instead, nothing is returned. This is not how things should IMO.
View ArticleViews Exposed filter UX: omit default and empty exposed filter values from URL
When I use views exposed filter with pager, each pager link contains all arguments, used in exposed filter, so even if I don't touch any exposed filter values - pager url contains many garbage empty...
View ArticleViews display: adding more granularity to the ‘use ajax’ functionality...
Problem/MotivationWhen implementing the search API for my website, I found myself in the situation where I needed to be able to activate the ‘use ajax’ functionality for the ‘Pager’ part but not for...
View ArticleCssCollectionOptimizerLazy::generateHash doesn't allow for absolute...
Problem/MotivationCssCollectionOptimizerLazy::generateHash calls file_get_contents on the asset path if the version is not set. We support absolute paths in these urls so you end up with a...
View ArticleAdd 'Jump to page' feature for views pager
How about adding a jump to page feature when using the pager in views it would improve usage of the issue queue as well.
View ArticleEntity queries for latest revisions should return the latest...
Problem/MotivationWorkspaces doesn't alter latest (translation affected) revision entity queries at the moment because the "locking" protection provided by EntityWorkspaceConflictConstraint prevents an...
View ArticleNon-admin unable to add oEmbed URL via Media Library widget
Problem/MotivationIn Drupal 10.3.2 or 10.3.3, while authoring a Media field referencing the Remote Video media type with the Media Library widget as a non-administrator, I'm unable to add a URL. This...
View Article