Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
28 Mar 2020

In the admin everything is using rounded corners now. This PR applies the same to the pagination. Easiest page to check on is com_plugins

image

53dfbef 28 Mar 2020 avatar brianteeman rtl
b882f87 28 Mar 2020 avatar brianteeman typo
avatar brianteeman brianteeman - open - 28 Mar 2020
avatar brianteeman brianteeman - change - 28 Mar 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 28 Mar 2020
Category Administration Templates (admin)
avatar SharkyKZ
SharkyKZ - comment - 28 Mar 2020

Thanks, but pagination markup should be fixed instead.

avatar brianteeman
brianteeman - comment - 28 Mar 2020

example?

avatar SharkyKZ
SharkyKZ - comment - 28 Mar 2020

Currently page-link class is applied to li element but it should be applied to the link. See BS documentation https://getbootstrap.com/docs/4.4/components/pagination/.

Once this is corrected, no additional CSS should be needed.

avatar brianteeman
brianteeman - comment - 28 Mar 2020

feel free to submit a pr

avatar jwaisner jwaisner - change - 29 Mar 2020
Priority Medium Very low
avatar jwaisner jwaisner - change - 29 Mar 2020
Easy No Yes
avatar brianteeman
brianteeman - comment - 1 Apr 2020

Moving page-link to the a is not enough
You have to replace it on the li with page-item AND then update the css because that gives a solid black bar

this is so much easier

avatar C-Lodder
C-Lodder - comment - 1 Apr 2020

If the markup matches that of the BS documentation, then no CSS should be updated. The only visual differences between BS and Joomla pagination are the colours, which should simply be done in the variables.scss.

You're welcome to take the code from my backend template which uses the correct classes on each element: https://github.com/C-Lodder/joomla4-backend-template/blob/master/html/layouts/joomla/pagination/link.php

avatar brianteeman
brianteeman - comment - 1 Apr 2020

Sick of people saying they have already fixed it in their code and dont contribute it themselves

avatar brianteeman brianteeman - change - 1 Apr 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-04-01 15:06:36
Closed_By brianteeman
avatar brianteeman brianteeman - close - 1 Apr 2020
avatar C-Lodder
C-Lodder - comment - 1 Apr 2020

Because I'm sick and tired of fixing bugs introduced on code I've already fixed.

It was broken when the template override for the pagination was removed and the markup wasn't ported over to the core layout properly.

avatar brianteeman
brianteeman - comment - 3 Apr 2020

Thanks for pointing me in the correct description new pr at #28558

Add a Comment

Login with GitHub to post a comment