-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open window on screen and with reasonable default size/position #18
Comments
Looks like we'll eventually need content scripts per this. |
First take on #18. Not perfect, but maybe enough to start with.
First take on #18. Not perfect, but maybe enough to start with.
First take on #18. Not perfect, but maybe enough to start with.
It's better, but not ideal. I am thinking that it might be worth just using whatever was the size/position of the last non-popup window the user interacted with. That doesn't require content scripts, and would at least be predictable. Does anyone have any comments or suggestions? |
I use tabfern to define a set of windows, organized by subject. Suggestion : add options for preferred size and position of new windows, and option offset for those who would prefer additional windows at a certain offset. (offset=0,0 for exactly the same position) |
@andr222 Thanks for the feedback! Would you please open a separate issue for specifying new-window size and position? I think that is a reasonable feature and is a different issue than the defaults/on-screen here. Currently, TF opens new windows at the size of the last-created Chrome window. Try:
If all goes well, the new window will have the same size the window did just before you closed it, and when TF restores a window it will give it the same size. That setting is currently per-session, so you may have to do this whenever you start Chrome until the new issue is opened and fixed. |
Thanks ... your method to reset where TF opens new windows works great : |
@andr222 glad to hear it, and happy to help! When you have a few minutes, would you please open the new issue anyway? It would be a good issue for someone new to TF development to work on, and if you open the issue it is clear that there is user demand :D . Thanks! |
When opening a window for the first time, given that the user hasn't saved size and position (since Add user option to save window size/position #5 hasn't been implemented yet), open using the default size and a reasonable default position. See this SO question.
(Edit moved to TabFern should check that window position is not outside of screen on start #141) Whenever opening a TabFern window, check the active monitors and make sure the new window is entirely (or at least partly) visible on screen!
The text was updated successfully, but these errors were encountered: