selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

¿bug or feature? Selenium IDE window does not remember its position

Open BartolomeSintes opened this issue 1 year ago • 6 comments

🐛 Bug Report

In Windows, when you reopen an application, the window position and size is usually the same of the last time you closed the application. Selenium IDE alpha 83 behaved that way, but Selenium IDE alpha 97 always open in the same position.

I do not know if this change of behavior is intended or not.

To Reproduce

Steps to reproduce the behavior:

  1. Open Selenium
  2. Load a project
  3. Move the window
  4. Close Selenium
  5. Open Selenium
  6. The window opens in the same place, not in the place the first window was moved to

Expected behavior

I would expect the window opened where the previous was closed. I have two monitors and I would like Selenium to open automatically in the second screen and not have to move it manually.

Environment

OS: Windows 10 Selenium IDE Version: 4.0.1 alpha 97

BartolomeSintes avatar Feb 09 '24 22:02 BartolomeSintes

@BartolomeSintes - Should be fixed in v97? Let me know your experience 🤞

toddtarsi avatar Feb 15 '24 01:02 toddtarsi

*98 I mean

toddtarsi avatar Feb 15 '24 01:02 toddtarsi

Nope - at least with Windows 11 (see screen shot below). Also note that the installer is not able to update an existing Alpha install, thus I first have to uninstall, then reinstall, but even after launching and resizing the app (multi-monitor setup), still not remembering the size or position.

image

ms6073 avatar Feb 15 '24 16:02 ms6073

@ms6073 - Ah! Is that the default of how its showing up?!? That's terrible :(

And yeah, I know about the terrible install process. I'm sorry, installing and updating will be worlds better once I get code signing certificates

You wouldn't believe how hard it is to get anything that requires money out of an open source committee 😭

toddtarsi avatar Feb 15 '24 16:02 toddtarsi

alpha 98 still suffers this problem in Windows 10. I have seen the same problem commented by @ms6073 (a very narrow window), but I am not sure if the problem is related to a low display resolution (1024 * 768) or related to the fact of having two screens with different display resolutions (Full HD vs 1024 * 768).

BartolomeSintes avatar Feb 15 '24 20:02 BartolomeSintes

I am not sure if the problem is related to a low display resolution (1024 * 768) or related to the fact of having two screens with different display resolutions (Full HD vs 1024 * 768). My dual monitor setup enjoys the same resolution on both monitors ( 2560 x 1440 ) but I am opening the app on the second/non-primary monitor..

ms6073 avatar Feb 15 '24 20:02 ms6073