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

bug(datepicker): [IE11, Edge] Arrow icon on month and year select disappears on focus #3526

Closed
qf-jonathan opened this issue Dec 30, 2019 · 2 comments

Comments

@qf-jonathan
Copy link
Contributor

Bug description:

On IE11 and Edge, The arrow icon on month and year select disappear on focus.

2019-12-30 13_13_16-Microsoft Edge

Reproduce the issue:

  • On IE11 or Edge Browser open the demo datepicker
  • Select any month
  • The arrow icon disappears
  • If the focus is changed to year with the TAB key, the arrow icon disappears on year and reappears on month

Versions of Angular, ng-bootstrap and Bootstrap:

Angular: 8.2.4

ng-bootstrap: 5.1.4

Bootstrap: 4.3.1

@peterblazejewicz
Copy link
Contributor

@qf-jonathan
Thanks for the report, the project uses SVG to render those details.
note: TBI SVG in CSS background in IE11/Edge

@qf-jonathan
Copy link
Contributor Author

@peterblazejewicz
IE11 and Edge browsers use a pseudo-element to render the value of a select, the background of that element hides the arrow icon. I made a PR #3527 to fix that.

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

No branches or pull requests

3 participants