Code Windows don't adapt to Changed Screen Sizes

Hi @charlie!

The code window (One for Parameters, CSS and others), remembers its last position and doesn’t adapt to new screen sizes.

For example, if I work on a large monitor and make the code window larger, it will stay large when I switch to a smaller screen. This would drive the top of it out of viewport, and it is really hard to resize the window in that case.

The window should never be able to move outside of the current viewport.

If this scenario cannot be avoided, the solution could be making the side of the window draggable as well. This way we could have something to grab even if the top is out of the viewport, so we could move it down.

I even had a scenario where the window remembered its position at the bottom of the large '27 screen, being completely invisible later on a '15 screen.

Thank you!

2 Likes

Hey Misho, hope you have been well. I can add something that prevents the code window from being larger then the browser size. As for having the windows be able to move outside the viewport, it’s on purpose to be closer to app windows in your desktop. When you reopen a code editor it should reposition it though. Have a great day.

1 Like

As someone who has several times had to make changes to a page in Cornerstone from my iPhone, I feel your pain! :slight_smile:

3 Likes