billsonnn / nitro-react

35 stars 41 forks source link

PET_EXPERIENCE_BUBBLE pushes the context menu up above the pet #153

Open RasmusKD opened 1 year ago

RasmusKD commented 1 year ago

PET_EXPERIENCE_BUBBLE pushes the context menu above the pet making you pickup the pet if you want to scratch it more than once

chrome_8M7xTUKNx9

vanessa commented 1 year ago

@dank074 I'll be taking a pass at this one if that's ok.

dank074 commented 1 year ago

@dank074 I'll be taking a pass at this one if that's ok.

awesome

vanessa commented 1 year ago

I believe that was the default behavior on Habbo, so it's probably not a bug. But I understand that it can be a bit annoying.

@rasmus123d just so I can understand, what were you hoping to see instead?

billsonnn commented 1 year ago

The issue is the bubble is handled entirely within the renderer and causes the bounds of the pet to be bigger so the context menu goes up higher. The alternative would be handling it in the UI.

vanessa commented 1 year ago

I'll try and move it to the UI and put at the right side of the pet.

RasmusKD commented 1 year ago

Would it be able to stay in place but be "absolute" so it doesnt take up space?