django-jet-reboot icon indicating copy to clipboard operation
django-jet-reboot copied to clipboard

Pagination is not formatted correctly on the list display pages

Open cobia opened this issue 2 years ago • 2 comments

When the number of pages exceed 10 on a list display page, pagination breaks. The 3 dots are misplaced. I believe that they are supposed to be inserted into the "pages-wrapper" element followed by the last 2 pages in the pagination list, instead they are position just outside "pages-wrapper" element. See screenshot below.

This is tested on an installation of jet-reboot version=1.3.1 with no other packages installed. Django version=3.2.13. Tested in Chrome, Firefox, Edge, Chromium.

image

cobia avatar Oct 13 '22 02:10 cobia

I guess this is one of django 2 to django 3 breaking changes

assem-ch avatar Oct 13 '22 05:10 assem-ch

this is still happening a year later. Unfortunately the rendering of the form does not happen in jinja but in js/jquery for that part I think. Any chance of fixing this? js is not my strong suite unfortunately.

xtlc avatar Oct 18 '23 05:10 xtlc