38
Views
10
Comments
Pagination tab order
Question

Hello


I'm using a pagination block, and when the tab order goes to the pagination button,

Instead of the button on the current page, it returns to the beginning of pagination.

You must press the tab three times to move to the button that transitions to the next page.


I want to move the buttons on the current page in the tab order, and when I want to move them again, I want to start the tab order from the buttons on the current page.

If you have any good ideas, please let me know.


Thank you in advance.

test33.oml
UserImage.jpg
Puja Rani

Hi,

Your question is not clear enough to understand what you are trying to achieve. Can you re-phrase your question and elaborate more.

UserImage.jpg
kazuma yamagata

Hello


Thanks for the reply.


I want to manipulate the focus of the pagination tab order.

For example, when I click the pagination button 2 and am on page 2, I want to focus on 2, but it returns to 1.

Therefore, the tab order operation will be shifted.


In short, what I want to do is focus the pagination button on the current page.


Thank you in advance.

UserImage.jpg
Puja Rani

Sorry, but I'm but still not able to understand. However, I checked your OML and tested it, pagination looks fine. 

Just taking a guess though on this- I clicked on 4th page from pagination. Now when I change the input max record to say 10, your index is on 4th page,  do u expect to reset and see the table list from first page? If no, then fine.

One issue I noticed, lets say I was on 2nd page & I again clicked Data View, the Index value should reset and start from 1st page.



2023-01-26 16-03-24
Ana Agostinho

Hello kazuma yamagata, 

Have you tried debugging? Where does it stop or enter 3 times? Seems something is wrong with your logic and the increment variables are not being assigned correctly. 

Best regards, 

Ana

UserImage.jpg
kazuma yamagata


Sorry for the poor explanation.


Can I change the question a bit?


Disable pagination from focusing, or when focus is hit,

Do you know how to make it clear that you're in focus?


And other than that, there is no particular problem.


Thank you very much.


UserImage.jpg
kazuma yamagata


Hello


The previous module seems to be a bit buggy, so create a new module,

Please check the part of the first post.


UserImage.jpg
Puja Rani

Your first post question and this comment is very different. 

Anyways, if I understand correctly, then do you want that it should not highlight which page is it currently on. If yes, then this is the class, you set border to none, this way it won't highlight.

UserImage.jpg
kazuma yamagata

Thanks for the reply


It seems that the way I convey it is bad and I don't get what I want to convey well is conveyed, I'm sorry.

What I want to do is press the tab button on the keyboard and the focus moves according to the tab order.

I wanted to convey that the buttons in the pagination don't work.

Also, focus does not mean that the button is always focused, but when the button is clicked, etc.

The problem is that pressing the tab key does not focus.


I'm sorry if it didn't convey well.


Best regards.

UserImage.jpg
Puja Rani

It's okay.. I understand now. You are using tab keyboard button and wanted the focus on the elements on UI in sequence its placed, but focus is not working. I am not sure about this. Check this post have links to some documents if that could be of any help. 

2025-02-10 17-24-13
Arun Rajput

Hi @kazuma yamagata ,

Please check tab index order of all pagination button it might be possible when you are clicking on current page then it's changing tab index of page button that's by your Focus is goin to other button instead of current.

Thanks

Arun

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.