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

fix pdf-viewer scroll bar #3928

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

octaeder
Copy link
Contributor

This fixes following (and may also resolve #2463):

  1. Start windowed viewer showing a pdf with 5 or more pages
  2. Set checked 100%
  3. Clear continuous
  4. Set checked fit to width
  5. Choose window size such that no vertical scroll bar is necessary:
    grafik
  6. Set checked continuous, as expected a vert. scroll bar appears:
    grafik
  7. Clear continuous, other than expected the scroll bar isn’t removed:
    grafik
  8. Clear fit to width, size doesn’t fit exactly (but as expected):
    grafik
  9. Set checked fit to width, now result is as expected in 7.:
    grafik

Repeating the procedure from 1. to 8. but using fit to window instead of fit to width is even worth:
At 6., 7. and 8. no vert. scroll bar appears (but size always fits). Skip 9.

  1. Set checked continuous, scroll bar appears:
    grafik
  2. Set checked fit to window, some resizing happens:
    grafik
  3. Clear continuous, other than expected the scroll bar isn’t removed:
    grafik
  4. Same as 8.
  5. Same as 9.

@sunderme sunderme merged commit 3a16a7d into texstudio-org:master Dec 31, 2024
7 checks passed
@sunderme
Copy link
Member

thanks

@octaeder octaeder deleted the fixPdfScrollbar branch December 31, 2024 17:51
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

Successfully merging this pull request may close these issues.

vert. scrollbar empty or missing in pdf-viewer when toggling continuous mode
2 participants