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
Describe the bug
Even if annotation.default-preferences.page-size is explicitly set in settings.properties, this seems to not take effect, and defaults to 10.
To Reproduce
Steps to reproduce the behavior:
Version 26.5 can reproduce this issue
In settings.properties, set something like annotation.default-preferences.page-size=500
Create a new project
Import a file that would have more than 10 lines of text
Open for annotation and it will only show 10 lines.
Expected behavior annotation.default-preferences.page-size settings should take place.
Screenshots
Project settings do show that it was set to 500
But going into annotations, somehow it is 10, and this is the initial opening of the annotation settings windows, and this was not edited or anything to 10. The expected behavior is to see 500.
Please complete the following information:
Version and build ID: 26.5 (2023-01-06 00:12:44, build 2adb894)
OS: Windows
Browser: Chrome
The text was updated successfully, but these errors were encountered:
…n.default-preferences.page-size-is-ignored-even-if-defined-in-settings.properties
#3705 - annotation.default-preferences.page-size is ignored even if defined in settings.properties
Describe the bug
Even if
annotation.default-preferences.page-size
is explicitly set in settings.properties, this seems to not take effect, and defaults to 10.To Reproduce
Steps to reproduce the behavior:
annotation.default-preferences.page-size=500
Expected behavior
annotation.default-preferences.page-size
settings should take place.Screenshots
Project settings do show that it was set to 500
But going into annotations, somehow it is 10, and this is the initial opening of the annotation settings windows, and this was not edited or anything to 10. The expected behavior is to see 500.
Please complete the following information:
The text was updated successfully, but these errors were encountered: