TravisGesslein / idleraiders-second-run

Bug-tracking repository for the Idle Raiders re-release (codenamed '2nd run')
4 stars 0 forks source link

layering issues with UI #748

Open cpritchard opened 6 years ago

cpritchard commented 6 years ago

Weird issue with UI layering. Not such a huge deal but is annoying sometimes given the situation. This is a forced example just to show the issue but it does come up on occasion while moving things around.

screen shot 2018-02-20 at 3 06 42 pm

What happens is if I click in that green area is it will fire the click event in the raider upgrades menu selecting the skill, but it will also change the page of the inventory. The window on top isn't eating the event and allowing everything below it to still receive the click event.

cpritchard commented 6 years ago

I ran into one of the more common times this happens this morning. Without manually moving things around the groups snapshot loader loads right overtop of the inventory. And loading a snapshot changes the page.

I imagine it is possible if a snapshot was overtop of a consumable that it would load the snapshot and consume the consumable in the same double click. Although I have not tested to see if that will happen.