Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't expand top-right user menu #698

Open
shaunanoordin opened this issue Dec 17, 2024 · 0 comments
Open

Can't expand top-right user menu #698

shaunanoordin opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@shaunanoordin
Copy link
Member

UI Bug

Noted as of 2bff383

When a user is signed in, the top-right user menu can't be expanded.

image
  • Expected: clicking on the arrow next to the user name should expand the menu, displaying options like "Profile", "Settings", and "Sign Out".
  • Actual: clicking on the arrow does nothing - it's a silent error. In the dev console, we see the following errors:
Uncaught TypeError: Cannot read properties of undefined (reading '_renderMenuDrop')
The above error occurred in the <MenuDrop> component:
    in MenuDrop
    in div (created by DropContents)
    in DropContents

Notes:

  • I'm 90% sure that the component that's erroring is in the ZRC.
  • I thought the problem was related to a recent version bump for ZRC (6ec3f25), but I was able to trace the error back to 6b2eae1, so this bug may have been around for a while.

Status

Low priority. In practice, on the actual Zooniverse, the user menu can still be accessed on pages that aren't the Organization page(s) (since pfe-lab is only used for managing Organizations).

I'd still like to know why it's erroring though, so it'd be good to take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant