ethereum / clrfund

Eth2 CLR project built on clr.fund

Home Page:https://eth2clrfund.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropdown menu persisting after click-away

wackerow opened this issue · comments

Description

Dropdown menu at the top of the app is persisting as open even after clicking away, requiring a click on the actual Help button again. This can cause issues if the user opens other features before closing.

Steps to reproduce:

  1. Go to https://eth2clrfund.netlify.app/#/
  2. Open the ? menu in the upper right
  3. Then connect wallet, noting it does not close
  4. Then open Profile by clicking on your address in upper right

This leaves you with the menu open with no way to close it, since the close button is now blocked by the profile.

Screenshot

image

Thoughts

Check the logic on how the dropdown menu is triggered to close. Should be closed when clicking anywhere, either outside the dropdown or if a link is selected.

Going to close this, solved in recent PR #475