You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is actually a bug and not just a result of my screen potentially being too small, but large recipes (large w.r.t. their number of inputs and outputs) cause the tooltip view to be only partially visible, with the topmost (and bottommost?) parts being off-screen.
My screen size is 3024 × 1964 (14" MacBook Pro), which i guess shouldn't be too uncommon.
Idk how difficult this would be to change (if it is possible at all), so I don't wanna make unreasonable suggestions, but here's some ideas:
IMO a simple fix for this would be to try to detect situations where the tooltip would be taller than the screen size, and then scale it down so that it fits.
If the tooltip were made scrollable, you could allow scrolling while hovering over some tooltip-displaying item and then redirect these scroll events to the tooltip. Though I don't think that would work too well since you can currently already scroll in the production sheet view while hovering over a tooltip (and it'll just scroll the production sheet, which is probably more expected than it scrolling the tooltip).
Instead of scaling the tooltips, they could be multi-column if the screen height isn't sufficient to display the whole thing.
The text was updated successfully, but these errors were encountered:
I have similar issues on my laptop which has a smaller screen than my desktop monitors.
I have been thinking to take a stab at this, but since UI/SDL is not my strong suit I didn't think too much on the problem and potential solutions. Bit I think, as you also propose, a redesign of the tooltip is our best bet to fix this issue.
For my summary view I had to jump to hoops to figure out ways to find the height of the 'parent space' in order to make the 2D scrollable object fill this whole space. So I doubt scaling to fit the available space is going to be possible (again SDL is not my string suit, so I might have missed something obvious)
(I'm using the latest version of YAFC)
Not sure if this is actually a bug and not just a result of my screen potentially being too small, but large recipes (large w.r.t. their number of inputs and outputs) cause the tooltip view to be only partially visible, with the topmost (and bottommost?) parts being off-screen.
My screen size is 3024 × 1964 (14" MacBook Pro), which i guess shouldn't be too uncommon.
Idk how difficult this would be to change (if it is possible at all), so I don't wanna make unreasonable suggestions, but here's some ideas:
The text was updated successfully, but these errors were encountered: