You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With tap pagination enabled, selecting text at the edges of a page causes the page to jump to the beginning of the chapter, and what seems like the entire chapter is selcted. Selecting text somewhere in the middle of the page works fine. This issue mostly arises when I attempt to select a word so I can use the context-menu dictionary lookup on my ereader.
What did you expect?
I expect to be able to select text that I can see on the page, without tap pagination affecting this.
Kavita Version Number - Don't see your version number listed? Then your install is out of date. Please update and see if your issue still persists.
0.7.13 - Stable
What operating system is Kavita being hosted from?
Docker (LSIO Container)
If the issue is being seen on Desktop, what OS are you running where you see the issue?
None
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
If the issue is being seen on Mobile, what OS are you running where you see the issue?
Android
If the issue is being seen on the UI, what browsers are you seeing the problem on?
Firefox
Relevant log output
N/A
Additional Notes
I suspect this could be fixed in css by setting the left/right floating sections to user-select: none;MDN
The text was updated successfully, but these errors were encountered:
Did some debugging, user-select: none; did not help. Looks like making the tap pagination floating bars the same width as the margin setting might be the way to go. This would have issues with margin setting of 0%.
Commit 2fd756f1f4ed56950ffc3ad40545b08e4ee002f1 in my pr #2754 addresses this issue. When you have Tap to Paginate enabled, my pr makes it so that if you bring up the top menu, it will temporarily disable (prevent the render of) the prev/next buttons on the page. Then you are free to select or click any links that were previously under the buttons. If you want to re-enable tap to paginate, you can tap the center of the screen (or click) to hide the menu and the invisible pagination buttons will be back. This also still allows you to paginate when the menu is open using the menu pagination buttons, and also your keyboard arrow keys.
What happened?
With tap pagination enabled, selecting text at the edges of a page causes the page to jump to the beginning of the chapter, and what seems like the entire chapter is selcted. Selecting text somewhere in the middle of the page works fine. This issue mostly arises when I attempt to select a word so I can use the context-menu dictionary lookup on my ereader.
What did you expect?
I expect to be able to select text that I can see on the page, without tap pagination affecting this.
Kavita Version Number - Don't see your version number listed? Then your install is out of date. Please update and see if your issue still persists.
0.7.13 - Stable
What operating system is Kavita being hosted from?
Docker (LSIO Container)
If the issue is being seen on Desktop, what OS are you running where you see the issue?
None
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
If the issue is being seen on Mobile, what OS are you running where you see the issue?
Android
If the issue is being seen on the UI, what browsers are you seeing the problem on?
Firefox
Relevant log output
Additional Notes
I suspect this could be fixed in css by setting the left/right floating sections to
user-select: none;
MDNThe text was updated successfully, but these errors were encountered: