Maintenance for the week of February 23:
· [IN PROGRESS] NA megaservers for maintenance – February 23, 4:00AM EST (9:00 UTC) - 12:00PM EST (17:00 UTC)
· [IN PROGRESS] EU megaservers for maintenance – February 23, 9:00 UTC (4:00AM EST) - 17:00 UTC (12:00PM EST)
· [IN PROGRESS] ESO Store and Account System for maintenance – February 23, 4:00AM EST (9:00 UTC) - 12:00PM EST (17:00 UTC)

[BUG] Inventory Icons become Enlarged

Phinix1
Phinix1
✭✭✭✭✭
✭✭✭✭✭
This is something my addon was getting blamed for, so I did a test with no addons loaded. I disabled everything, then completely exited the game. Then after reloading, I opened my inventory which has a fairly large amount of items and started to drag the scroll bar around with my mouse over the items so the tooltips pop up.

As you can see, the items quickly start becoming randomly larger and all out of alignment and proportion with each other. It seems like the more items you have the more this happens. Strange that I never noticed it before. Perhaps it is something new?

ESO Inventory Bug
  • snackrat
    snackrat
    ✭✭✭
    That's what happens when you're on shrooms.

    ...honestly looks like you had a scroll for a heck of a lot of time to trigger it, and I could see many of them shrink again afterwards (mostly was looking at the bananas).
    It is odd, and not something I've personally experience, but then: I don't run laps in my inventory.
  • Phinix1
    Phinix1
    ✭✭✭✭✭
    ✭✭✭✭✭
    @ZOS_GinaBruno if you guys are interested, I have a couple ideas how you could fix this without introducing a ton of refresh lag while skimming the inventory.

    The best way would be to add a global float timer to the animation functions that handle scaling the icons up when you hover over them. Basically, this timer would get set to 1 second (or whatever the duration of the scale up/down animation is) whenever you moused-over in inventory item and triggered the scale-up animation, and reset each subsequent time, as well as when the scale-down events trigger when you mouse away from an item.

    Then, if you were to stop browsing the inventory or stop mousing over items for that timer duration, a reset function would be called to set all item scales back to the default.

    You could also call this reset function when clicking any of the category tabs.
Sign In or Register to comment.