spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Hovering issues for items on the bottom of the sidebar #7

Closed Norc closed 4 years ago

Norc commented 4 years ago

User DMPunks and others are reporting an issue where hovering over the "create folder" "create entries" buttons are causing an issue where the bottom-most items can't be accessed that only occurs with card-support installed.

We suspect that it is a module compatibility issue... I'm thinking the savaged.us importer maybe? Hard to reproduce and track down.

Spaceman has more details, logging for tracking mostly.

bloy commented 4 years ago

I can verify this is happening with only card support (and tidy ui) enabled. Browser is firefox. I poked around a bit, and it looks like the unclickable area of the sidebar corresponds to where the div with id "card-hotbar" overlaps.

image

image

image

Norc commented 4 years ago

Thanks for the investigation, Bloy!! That makes a lot of sense.

Turns out this is the same issue as https://github.com/Brownie79/fvtt-card-support/issues/10. Keeping that one for the clearer name.

Norc commented 4 years ago

Hey folks, just to follow-up, the last remnants of this issue should now be fixed as of 1.4.4. Please open a new issue if there are any lingering things I missed, thanks!