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

Improve pagination - keep current image in focus #4562

Closed
andre-hohmann opened this issue Aug 3, 2021 · 3 comments · Fixed by #4742
Closed

Improve pagination - keep current image in focus #4562

andre-hohmann opened this issue Aug 3, 2021 · 3 comments · Fixed by #4742
Assignees
Labels

Comments

@andre-hohmann
Copy link
Collaborator

Problem

If the pagination is conducted on a higher image-number, the box with the image numbers and pagination information is set to image one after applying the new pagination.
This is very cumbersome, because it is necessary to find the image of the last pagination in order to continue the pagination.

Solution

After applying of pagination, the box with the image numbers and pagination should not be set to one, but the latest selected image should be shown.

Examples

1 - Image 36 is set as uncounted
pagination01

2 - Box with the image numbers and pagination information is set to image one
pagination02

3 - Image 37 needs to be found and selected for further pagination
pagination03

@matthias-ronge
Copy link
Collaborator

Now that the pagination is a ribbon and no longer a pop-up dialogue, the box with the page numbers seems superfluous to me and could be removed when working directly with the structure tree. Or am I missing something?

@solth
Copy link
Member

solth commented Aug 4, 2021

Now that the pagination is a ribbon and no longer a pop-up dialogue, the box with the page numbers seems superfluous to me and could be removed when working directly with the structure tree. Or am I missing something?

The structure tree alone won't be sufficient, I think, because it does not support multi selection, yet (see #3629). Therefore the user must have at least access to the gallery to apply pagination for a specific selection of multiple pages if we remove the selection box in the pagination panel.

@IkramMaalej
Copy link
Collaborator

#4727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment