Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination is not formatted correctly on the list display pages #53

Open
cobia opened this issue Oct 13, 2022 · 2 comments
Open

Pagination is not formatted correctly on the list display pages #53

cobia opened this issue Oct 13, 2022 · 2 comments

Comments

@cobia
Copy link
Contributor

cobia commented Oct 13, 2022

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

@assem-ch
Copy link
Owner

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

@xtlc
Copy link

xtlc commented Oct 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants