Skip to content
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

Resize window glitches #4842

Closed
DorpsGek opened this issue Nov 18, 2011 · 4 comments
Closed

Resize window glitches #4842

DorpsGek opened this issue Nov 18, 2011 · 4 comments
Labels
component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

YukonRob opened the ticket and wrote:

When I resize a window with the lower right resize button the x axis location is based at the cursor click point so that I can drag the scroll bar off the window to the right if I grab the left hand side of the resize button. This does not happen in the y axis, in that direction the window stops a few pixels above the bottom of the screen.
Also when resizing in the x direction the window expands smoothly while in the y direction it expands in steps and the cursor moves down while being dragged then pops back up.

Reported version: trunk
Operating system: Windows


This issue was imported from FlySpray: https://bugs.openttd.org/task/4842
@DorpsGek
Copy link
Member Author

Alberth wrote:

I don't understand your reference to 'scrollbar'. What scrollbar are you talking about?

As for step-wise resizing (in y direction), that is done by design. A window height is always a whole number of lines/items at a canvas. You can see this in the bridge gui. You cannot make a window that displays 3.5 bridges. It shows either 3 or 4 or 5 or ...
In principle, the same can happen in X direction, but it is not used very often. (An example would be a road vehicle depot which is always a whole number of vehicle 'boxes' wide.)


This comment was imported from FlySpray: https://bugs.openttd.org/task/4842#comment10509

@DorpsGek
Copy link
Member Author

YukonRob wrote:

Again, not a big issue because you can also drag a window itself off of the screen but attached is a screenshot of what I am talking about.

Attachments


This comment was imported from FlySpray: https://bugs.openttd.org/task/4842#comment10512

@DorpsGek
Copy link
Member Author

Alberth wrote:

I also reached that conclusion; there are other ways to drag windows off the screen, so doing it while resizing is not something new.
Since the resize steps are not a bug either, what exactly is this issue about?


This comment was imported from FlySpray: https://bugs.openttd.org/task/4842#comment10521

@DorpsGek
Copy link
Member Author

DorpsGek commented Dec 4, 2011

Rubidium closed the ticket.

Reason for closing: Fixed

In r23429


This comment was imported from FlySpray: https://bugs.openttd.org/task/4842

@DorpsGek DorpsGek closed this as completed Dec 4, 2011
@DorpsGek DorpsGek added component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) bug labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant