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

"A List of Brains To Try" dropdown menu text is not visible except when moused over #367

Open
kchawla-pi opened this issue Apr 3, 2023 · 3 comments
Labels

Comments

@kchawla-pi
Copy link

Thank you for your feedback.

Is it a [x] bug report or a [ ] feature request?

Current behaviour

The A List of Brains To Try dropdown menu text and background are the same colour. Only upon trying to select an option (by mousing over) does it become clear that the dropdown list is not empty.

  • If this is a bug, please explain how to reproduce the problem
    • Which tools did you use in which sequence?
    • Is the error concerning a text or a volume annotation?
    • Which label set has been used for the volume annotation (if applicable)?
    • What is the type and resolution of your data? (Can you provide a link to your data?)
    • Do not include sensitive information.
    • Upload the browser error message if you are familiar with web developer tools.

Expected behaviour

The text should be clearly legible in the dropdown menu.

Version information (for bug reports)

  • Browser + version:
    Microsoft Edge 111.0.1661.62 (Official build)

  • Your OS + version:
    Edition Windows 11 Home
    Version 22H2
    OS build 22621.1413
    Experience Windows Feature Experience Pack 1000.22639.1000.0

  • Paste the output of these commands:

node --version && npm --version

N/A

@ntraut
Copy link
Member

ntraut commented Nov 28, 2023

I add a screenshot to illustrate the issue:

image

The problem is that unlike on other browsers, edge is using css for setting select options colours. It could be solved by choosing colours for them or by reseting them to default:

option {
    background-color: initial;
    color: initial;
}

@ntraut ntraut added the bug label Nov 28, 2023
@kchawla-pi
Copy link
Author

An easy PR if the maintainers concur. @katjaq @r03ert0

@r03ert0
Copy link
Member

r03ert0 commented Nov 28, 2023

it'd be lovely if you could propose one! We don't use Edge here... we only test in Chrome/Brave in Desktop and Safari in iOS...

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

3 participants