-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Terminal startup location partially off Desktop #3187
Comments
Hey thanks! This is a /dupe of #1043 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Incoming notes from #4681
|
I'm looking at this issue and I have some questions:
|
related to this are the window coordinates acquired when using multiple
monitors. it's an infamous bug for a window to retain entirely off-screen
coordinates when the stretched mega-monitor area shrinks when one or more
monitors are disconnected.
|
@csylvain So when a user specified an initialPosition that would cause the off-screen coordinates, we should correct all 4 coordinates to be within the screen right? |
there's no nice way to retrieve a window with completely off-screen
coordinates.
yes, when faced with coordinates which cannot in any way been seen because
other monitors have vanished, it would be A Good Thing(tm) to reset the
window's coordinates where it can be seen again.
it is the point, after all, of creating a window, yes? to be seen
(somewhere, somehow) ?
(disappearing multi-monitors having been treated as One Big Monitor is
obviously a worst-case situation)
|
@DHowett-MSFT Hi, after taking a look at the issue I would like to propose a fix to the issue.
What do you think? |
We'd definitely be willing to accept contributions that improve the art here 😄 |
(We need to consider, of course, how folks may have multi-monitor layouts and the application could be at a negative position with regards to the primary display.) |
For the first part, I'm planning to use |
a fair number of "regular folk" run a pair of monitors these days. the
invisible off-screen window is infamous in ham radio circles. i'd expect
document processors have encountered it, too.
yes, the coords could be far positive or negative relative to the remaining
monitors.
dynahcatq's description of how to return to coordinate sanity with
remaining monitor(s) sounds perfect.
|
I use Sizer from BrianApps and it bugs me that Terminal doesn't remember the size and position. Most apps work great with Sizer. I also cannot right click on the title bar buttons to show Sizer's context menu. Speaking of the title bar, the elements in it don't "fade" when it's inactive. I'm pretty sure Terminal has a custom title bar. |
@DHowett hey are there any updates on the priority of this? |
two thoughts looking at random other code:
I dunno if we could be more preemptive and pass |
Any update on this? |
Environment
Steps to reproduce
Expected behavior
entire Terminal with default profile on screen in its entirety is expected to be seen on Desktop
Actual behavior
Terminal appears to open with 14 lines off the bottom of the Desktop (behind and below the Taskbar). there does not seem to be "initialXpos" nor "initialYpos" in Settings to manually place Terminal in its entirety on the Desktop.
The text was updated successfully, but these errors were encountered: