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
If the browser zoom is set to a value different than 100%, scrolling to the bottom of the processes dropdown does not trigger the call to the second page.
To Reproduce
Steps to reproduce the behavior:
Lower the page size in scripts-select.component.ts (elementsPerPage) from 20 to 10 (since we only have 19 scripts on the sandbox environment);
Increase your browser's zoom so that it's above or below 100% - this is not reproducible with all values and can change ever across browsers and OSes;
Log in as an administrator, go to the processes page, proceed to create a new process;
Try to scroll the selector below the first 10 scripts. Is will not load any more scripts.
dropdown.not.working.mp4
Expected behavior
The dropdown should load script when reaching the bottom, regardless of the browser zoom value.