FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

[bug] orientation data hanging off screen

kreezxil opened this issue ยท 7 comments

commented

When the element to position is on the right of the screen, the right side information will hang off the screen.

image

idea solution is to have it detect the edge and move to the other side of the element

commented

Added/Fixed in FancyMenu v3.0.0!

commented

Just wanted to add that a similar thing happens with the context menu pushing through the top / bottom of the screen.

commented

Just wanted to add that a similar thing happens with the context menu pushing through the top / bottom of the screen.

Not really a bug ^^ You need to lower your GUI scale, make your MC window bigger or lower the scale of these popup/context menus by clicking on the little settings button in the side menu of the editor :)

commented

Well.. I understand I can lower the GUI scale to fix it, however, I don't know how that can not be considered an issue, especially considering the difficulty that adds to evaluating how the menu looks at GUI scale 3. I'm not at any weird windows size - it's simply a 1080p monitor running MC in fullscreen. I'm sure many, many people view MC this way and will have the same problem.

It would be like the Minecraft developers telling you it's not their problem that GUI options are off-screen unless you change your video settings - that simply makes no sense.

Is it really impossible to at least improve the 'decision code' that chooses whether the context menu displays above or below the cursor? A lot of the 'overhangs' would be fixed if it would simply flip to the other side...

However, I know all development has limits, so if it's really hard to do a proper fix, I understand! I guess I just wanted to at least discuss it a bit and get a better understanding of why this may not be so easily worked on. c:

commented

P.S. I'm starting to wonder if I came across as confrontational...this was not my intention! I just wanted to throw my own two cents in about it. Apologies!

commented

Awesome, I look forward to that!

commented

I will completely rework the whole editor UI soon and will try to improve the context menus with it.