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

Controllers View Oddness #4583

Closed
kevinsaucier opened this issue May 29, 2024 · 4 comments
Closed

Controllers View Oddness #4583

kevinsaucier opened this issue May 29, 2024 · 4 comments

Comments

@kevinsaucier
Copy link

kevinsaucier commented May 29, 2024

Windows. 1 annoyance and 1 relatively minor issue, but an issue nonetheless. Tested in the latest nightly as well.

  1. The Controller page view is kind of wonky on how it's sizing the 2 grids. When first opened, it looks like the picture below (this was tested after encountering the bug below so it's possible this won't be an issue when the bug is resolved). Seems backwards, where the left should get 2/3 of the screen and the right should get the rest. Even better would be the left only being sized as large as the columns require and the right getting the rest. My window opens up maximized so that may play into it as well. Kind of a hard issue to duplicate manually but I'm guessing there is some odd code telling the boxes how to size when the window is opened/resized. Figured maybe it's something to look at as it's kind of an unpredictable behavior.

image

  1. If you double click the splitter bar between the grids, the right grid disappears forever....never to be seen again. If there's some magic way to bring it back, it is not obvious at all. Why would you double click that bar, you ask...... You wouldn't.....but if you do.....you did.....and it's done. 😁 Expected behavior would be for double clicking to do nothing, but an alternative might be to resize the left side large enough to show the left grid columns (we all have wide screen monitors now, right?) or 75-80% of the screen, whichever is smaller.
@cybercop23
Copy link
Collaborator

#1 part of this.. #4541
#2 seems to be an xWidgets issue, but with the planned changes in #1 and not being able to move it, it should not happen.
Closing since this is aready in the planning/work stages.

@derwin12
Copy link
Collaborator

Double click of the splitter is a wxWidgets "feature" .. I see others code around that. I bet this happens in a number of places.. (eg. submodel dialog)

@kevinsaucier
Copy link
Author

#1 part of this.. #4541 #2 seems to be an xWidgets issue, but with the planned changes in #1 and not being able to move it, it should not happen. Closing since this is aready in the planning/work stages.

Well, damn, guess I should have searched a bit before taking all that time to test/post. 🤦‍♂️

@kevinsaucier
Copy link
Author

Double click of the splitter is a wxWidgets "feature" .. I see others code around that. I bet this happens in a number of places.. (eg. submodel dialog)

Love those kinds of 'features' that make no sense. 🤦‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants