-
Notifications
You must be signed in to change notification settings - Fork 351
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
the pdf-viewer shouldn't allow continuous and single page at the same time #3958
Comments
@sunderme are you waiting for a PR? |
well, I have no plans to change anything here. |
You have read Any Other info? So we keep the duplicate Continuous? |
is the lower part of the view menu newly changed to this behavior ? |
Continuous was in View menu before. Then we talked about having Continuous and Single Page Step together (Grid in View in menu bar and Grid in Context menu). As I understood your answer I should do so. But I've overseen that Grid is used twice -- in View/Grid and in Grid from the Context menu of the pdf. I prepared a fix to remove Continuous from View menu (from menu bar) and keep it in the View/Grid menu. But since I expected that this would happen with my PR #3958 I didn't create a PR. |
This is not necessary. Allow me to cite from above:
|
"by a simple mouse click in the left column of the grid" |
it is in the manual |
I'm still convinced that a less experienced user might forgett that Single Page Step is active. Ever since a switch to grid 2x1 uses a page offset of 1 (I made offset changable with #2364, but starting the viewer with 2x1 will always use offset 1, except for single page step). And it's quite difficult to figure out why the first page doesn't move to the right in this case or when you use the a click in a grid column. |
Is this the scroll mode with the hand cursor (depending on the icon set you use)? Indeed I didn't made it available in magnifier mode. One reason was that I wanted to spare shortcuts for future operations. |
Using Single Page Offset with Continuous to set page offset to 0 in a grid of size 2x1 is not suitable. Because when you disable Continuous then Single Page Step does what's in the name. So you can't scroll fast with the wheel row by row (which keeps left pages to the left) through your document. But this behavior is one of the advantages of disabling Continuous. |
oh, I did not notice there was a new feature. But that shows the feature is not easy to find It would be easier to find if the offset option were in the menu, too. At least in the grid/custom dialog Or the page offset could work with single page step enabled as well. And toggling single page step could toggle the page offset for backwards compatibility |
Single Page Step should use page offset 0. The first page is to the left and you can shift pages horizontaly like images on a strip of (analog 😀) film. But to do so you need to disable Continuous. And to have support of variable page offsets (with or without Continuous) you need to disable Single Page Step. That's why I think both options should be exclusive-optional. The fact that Continuous and Single Page Step are on different levels of the View menu now prevents us from putting them in one action group. Since sunderme wants Continuous to stay where it is (in View), we would have to move Single Page Step there. I would be fine with it, even so I eplained in an earlier PR (not merged) that these options are strongly related to the grid. |
Key points (SPS=Single Page Step, CT=Continuous):
There are two possible options: SPS and CT on same level as Grid menu action or both in Grid sub menu. |
Describe the feature and the current behavior/state
I want to change txs as follows: The pdf-viewer (embedded or windowed) has actions continuous and single page step. Currently you can activate or inactivate each of them individually. In my opinion, of the four possible combinations, it would be better not to allow the one that has both actions activated.
Explanation: From my experience activating single page step together with continous can be irritating. If single page step is active, the effect of single page step is almost canceled out by activcating continuous mode. What remains is a page offset of 0. But this could be simply done with continuous by a simple mouse click in the left column of the grid. But single page step prevents changing page offset wether continuous is active or not, If you select grid 2x1, you would expect that page offset changes to 1 . But this is not the case. When continuous is active, and you activate single page step, then a noticable change only happens in case a page offset is greater 1 and the first page is visible.
Who will benefit with this feature?
This should be particularly helpful for less experienced users (and sometimes for advanced users 😀).
Any Other info
Both options should be grouped together. In the context menu of the viewer both options are placed together. But in the view menu there is continuous only. You wanted to keep continuous there because it has been there ever since and for quicker access. So I hope I can convince you that it is sensible to remove continuous from the view menu. Besides this, my current build looks like this:
Lower part of View menu:
Context menu:
The text was updated successfully, but these errors were encountered: