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

Datepicker not correctly displayed in Internet Explorer 10(not emulated mode) #2094

Closed
Yura13 opened this issue Jan 18, 2018 · 2 comments
Closed

Comments

@Yura13
Copy link

Yura13 commented Jan 18, 2018

Bug description:

Datepicker is not correctly displayed in native(not emulated mode) Internet Explorer 10.

Link to minimally-working plunker that reproduces the issue:

If open this link https://ng-bootstrap.github.io/#/components/datepicker/examples you will see the next:

image

@Yura13 Yura13 changed the title Datepicker not correctly displayed in Internet Explorer 10(not emulation) Datepicker not correctly displayed in Internet Explorer 10(not not emulated mode) Jan 18, 2018
@Yura13 Yura13 changed the title Datepicker not correctly displayed in Internet Explorer 10(not not emulated mode) Datepicker not correctly displayed in Internet Explorer 10(not emulated mode) Jan 18, 2018
@BrummbQ
Copy link

BrummbQ commented Jan 26, 2018

I can confirm this issue

Somehow autoprefixer doesn't transform the display properties. As a workaround I duplicated the declaration in my global styles:

ngb-datepicker {
  .ngb-dp-header {
    & > .ng-star-inserted {
      display: flex;
    }
  }

  .ngb-dp-navigation-select {
    min-width: 150px;
  }

  .ngb-dp-week,
  .ngb-dp-week {
    display: flex;
  }
}

Still the spacing inside the header looks a bit weird

@ExFlo
Copy link
Collaborator

ExFlo commented Jan 26, 2018

Hi
Solution found, I am submitting a pullrequest for this.
BR

ExFlo added a commit to ExFlo/ng-boostrap that referenced this issue Jan 26, 2018
ExFlo added a commit to ExFlo/ng-boostrap that referenced this issue Jan 26, 2018
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

5 participants