PrestaShop / hummingbird

77 stars 73 forks source link

Only the first wishlist is clickable in humingbird theme #594

Closed leemyongpakva closed 5 months ago

leemyongpakva commented 6 months ago

Prerequisites

Describe the bug and add attachments

The problem happens in hummingbird theme with more than one wishlist. In the first load the second, the third or so on are clickable, but once you hover them, they will become un-clickable till the next refresh.

Expected behavior

All the wishlists are clickable whether they are hovered over or not.

Steps to reproduce

  1. Get a PS 8.x site with hummingbird theme and blockwishlist 3.0.1 active
  2. Login and create a wishlist with at least two lists
  3. Navigate to Your account > Wishlist, move mouse cursor over the first wishlist and the second wishlist, see the second one become unclickable.

PrestaShop version(s) where the bug happened

8.1

PHP version(s) where the bug happened

7.4

If your bug is related to a module, specify its name and its version

blockwishlist 3.0.1

Your company or customer's name goes here (if applicable).

No response

SharakPL commented 6 months ago

FYI it's not about only first wishlist being clickable ;) It's about several wishlist modals sitting there in the center of the screen blocking access to everything behind them.

https://github.com/PrestaShop/PrestaShop/assets/5007456/4a92dd5a-9b20-4bc2-8b65-452fefd3def8

AureRita commented 6 months ago

Hi @leemyongpakva ,

Thank you for your report, I reproduce the issue with PrestaShop version develop, as you can see :

recording(100).webm

Currenlty, this issue seems similar to this one : https://github.com/PrestaShop/PrestaShop/issues/35276

Are you agree with that ?

Waiting for your feedback

SharakPL commented 6 months ago

@AureRita yes, it's related. Those hidden buttons are inside modals. My PR will fix that too.

leemyongpakva commented 6 months ago

@AureRita Yes, they are related and derived from the same hidden modals, but not duplicated. The first one is about hidden buttons after deleting one list. The latter is about unclickable list after hovering over. @SharakPL I think separating Product button issue to another issue will be better for both Review and QA.

SharakPL commented 5 months ago

Fixed by https://github.com/PrestaShop/blockwishlist/pull/252