Is this a regression?
The previous version in which this bug was not present was
No response
Description
In the MatPaginator component, when icons for "first page", "previous page", "next page" and "last page" are shown, the "last page" icon doesn't show the tooltip. The other icons show the tooltip correctly.
Reproduction
Angular Material documentation link: https://material.angular.dev/components/paginator/examples
Steps to reproduce:
- In the documentation page of MatPaginator go to the examples section.
- The first example, "Configurable paginator" has icons for "first page", "previous page", "next page" and "last page".
- Change to second page using the "next page" icon so all the icons are enabled.
- Hovering the first three icons show the tooltip correctly, but the last one doesn't show anything.
Expected Behavior
All pagination icons should show the tooltip on hover.
Actual Behavior
Currently the "first page", "previous page" and "last page" show the tooltip. The "last page" icon does not.
Environment
- Angular: 22.1.4
- CDK/Material: 22.1.5
- Browser(s): Chrome 152
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 11
Is this a regression?
The previous version in which this bug was not present was
No response
Description
In the MatPaginator component, when icons for "first page", "previous page", "next page" and "last page" are shown, the "last page" icon doesn't show the tooltip. The other icons show the tooltip correctly.
Reproduction
Angular Material documentation link: https://material.angular.dev/components/paginator/examples
Steps to reproduce:
Expected Behavior
All pagination icons should show the tooltip on hover.
Actual Behavior
Currently the "first page", "previous page" and "last page" show the tooltip. The "last page" icon does not.
Environment