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

Select arrow has invalid styles on Firefox #65

Closed
elszczepano opened this issue Oct 17, 2019 · 5 comments · Fixed by #75
Closed

Select arrow has invalid styles on Firefox #65

elszczepano opened this issue Oct 17, 2019 · 5 comments · Fixed by #75
Assignees
Labels
Milestone

Comments

@elszczepano
Copy link
Member

Is this a bug report or feature request?

🐞 Bug report

📋 Steps to reproduce

Use the inspector on Firefox. The select arrow for e.g. Editor instance or Root looks slightly different than in Google Chrome:

Chrome:

Screenshot 2019-10-17 at 14 53 11

Firefox:

Screenshot 2019-10-17 at 14 45 51

@jodator
Copy link
Contributor

jodator commented Oct 17, 2019

Isn't this an upstream issue? The <select> is rendered differently by browsers and also differently on different OS.

@elszczepano
Copy link
Member Author

That's true but it is possible to unify styles for the arrow in every browser. E.g. try to add all: unset; CSS rule on the <select> tag in the inspector - the arrow should disappear.

@mlewand
Copy link
Contributor

mlewand commented Nov 4, 2019

And what OS is used to reproduce the case from the screenshot?

@mlewand mlewand added this to the unknown milestone Nov 4, 2019
@elszczepano
Copy link
Member Author

macOS Catalina 10.15.0

@jodator
Copy link
Contributor

jodator commented Nov 4, 2019

And what OS is used to reproduce the case from the screenshot?

Similar on Linux - it's just a way how browsers render a not-styled select box.

@oleq oleq self-assigned this Mar 27, 2020
@oleq oleq modified the milestones: unknown, iteration 31 Mar 27, 2020
@oleq oleq added the type:bug label Mar 27, 2020
Reinmar added a commit that referenced this issue Apr 4, 2020
Fix: User-agent styles of HTML select elements should not be overridden by the inspector. Closes #65.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants