prevent browser window from moving independantly

Ask general questions here.
hicsel
Posts: 9
Joined: Tue Feb 11, 2020 3:43 pm

prevent browser window from moving independantly

Post by hicsel » Tue Feb 11, 2020 3:50 pm

Hi there,

I am using firefox browser.
A form is displayed within browser
This form has numerous elements on it which need to be filled in
The form is too long to fit on UI and therefore has a down scroll
I can use the scroll bar to go to bottom of page
I can also move to bottom of screen using shortcut key
When i try to select the dropdown box with element i wish to highlight however, the screen jumps back to top preventing element selection
How do i stop screen from jumping?

Vega
Posts: 222
Joined: Tue Jan 17, 2023 7:50 pm

Re: prevent browser window from moving independantly

Post by Vega » Tue Feb 11, 2020 11:51 pm

Try disabling ensure visible for the repository object that is causing the form to scroll back to the top. Find the object within your repository -> right click -> properties -> Ensure visible -> false:
33333333333333f.png
hope this helps
You do not have the required permissions to view the files attached to this post.

hicsel
Posts: 9
Joined: Tue Feb 11, 2020 3:43 pm

Re: prevent browser window from moving independantly

Post by hicsel » Wed Feb 12, 2020 4:14 pm

This was exactly the answer i needed!
Much appreciated :D