-
Notifications
You must be signed in to change notification settings - Fork 25
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
Ftr/358 grayout goto movement #398
Conversation
Signed-off-by: Benjamin W. Bohl <[email protected]>
Before this commit, Edirom Online assumed that an annotation would only be shown if it matched both category and priority filters; this was a problem for editions that would not use, e.g., priorities at all. Consequently, the priorities filter would be empty, and the annotation would always return false for that filter. After this commit, there is a value 'undefined' for visibleCategorie and visibleAnnotations, and the filter corresponding result for an annotation will be set to true if the corresponding visibleCategorie or visiblePriorities is 'undefined',
…element retrieval maybe fix later
…bleCategories variable
…e menu would be populated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @bwbohl and sorry for the late response. I've reviewed the code and tested the software after a new local built. It works fine, from my perspective.
Fix/annotations on page
…cuments Fix/339 facsimile view with tei documents
Signed-off-by: Benjamin W. Bohl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly indentation, documentation and styling code. thanks for this work!
This pull request introduces changes to the go-to menu and partly fixes #358. The number of movements is checked, and the goto Movement and the movement combobox in the go-to measure menus are grayed-out if there is only one or fewer movements.