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

Go To Previous Page button disabled on page 2 and enabled on page 1 #67

Closed
callumjohnspiller opened this issue Apr 14, 2023 · 1 comment · Fixed by #70
Closed

Go To Previous Page button disabled on page 2 and enabled on page 1 #67

callumjohnspiller opened this issue Apr 14, 2023 · 1 comment · Fixed by #70

Comments

@callumjohnspiller
Copy link

I have a .pdf file built with TeXiFy IDEA with a structure as follows:

`
\begin{document}
% Title Page
\input{titlepage}
\newpage

% Abstract Page
\input{abstract}
\newpage

% Contents
\tableofcontents
\newpage

% Glossary
\printglossaries
`

When viewing the .pdf in the plugin if I use the 'Go To Next Page' to go from Page 1 to Page 2, the 'Go To Previous Page' button is disabled on page 2 and then re-enables once I go from page 2 to page 3.

The same is not true of the reverse, going from page 3 -> page 2 the buttons function as expected, however going from page 2 -> page 1 the back button remains enabled on page 1 instead of becoming disabled.

@callumjohnspiller
Copy link
Author

(Am on Windows 10, IDEA 2023.1, new UI layout)

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 a pull request may close this issue.

1 participant