question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Datepicker angular component doesn't expanded in IE

See original GitHub issue

What package(s) are you using?

“carbon-components”: “10.5.1”, “carbon-components-angular”: “3.14.5”

Detailed description

Describe in detail the issue you’re having.

Is this issue related to a specific component? Datepicker component What did you expect to happen? What happened instead? What would you like to see changed? For a single datepicker, when I click datepicker input in IE11, I expect to see a panel whick show dates, but it doesn’t appear, only the datepicker input was focusing. What browser are you working in? IE11 What version of the Carbon Design System are you using? “carbon-components”: “10.5.1”, “carbon-components-angular”: “3.14.5” What offering/product do you work on? Any pressing ship or release dates we should be aware of? Project “Select For IBM”, It has a plan to go prod in September.

Steps to reproduce the issue

<ibm-date-picker
[label]="'label'"
[placeholder]="'placeholder'"
[theme]="'dark'"
[value]="interviewDate"
[disabled]="false"
[invalid]="false"
[invalidText]="'invalidText'"
[dateFormat]="'m/d/Y'"
(valueChange)="valueChange($event)">
  1. We have a datepicker in app-profile component.
  2. And It’s a subcomponent in a tab component, like the following:
<ibm-tabs>
     <ibm-tab #setup heading="{{'REQDETAIL.TAB1' | translate}}" (selected)="onTabSelect(0)">
           <app-interview-setup></app-interview-setup>
      </ibm-tab>
      <ibm-tab #candidates heading="{{'REQDETAIL.TAB2' | translate}}" (selected)="onTabSelect(1)">
           <app-candidates-in-progress [role]="role" [candidatesTabSelected]="isSelectedCanidates"></app-candidates-in-progress>
           <app-profile (editPlanEmit)="activeFirstTab()" [allSkills]="allSkills"></app-profile>
     </ibm-tab>
</ibm-tabs>
  1. When I click the datepicker input, it doesn’t show datepicker select panel in IE11, but it’s normal in Chrome.

Additional information

  • Screenshots or code Screen shot in IE11: image Screenshot in IE11 debug: image The DIV element for class=“flatpickr-calendar animate open” does compute it’s position as the above picture, in Chrome, it has a style to show it’s position(Screenshot in Chrome console): image

  • Notes It also generates multiple DIV element for class=“flatpickr-calendar animate open” in IE11. The styles in IE is not the same with Chrome. When I resize the screen, the date-select panel will be shown.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tw15egancommented, Aug 23, 2019

You’re right, I just tested it as well and I’m not seeing any issues. Closing for now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Date picker in ng-grid is not working with IE10 - Stack Overflow
in chrome i am getting date picker popup after clicking on date editable cell. In the case of internet explorer the cells are...
Read more >
Angular Datepicker Component – Ignite UI for ... - Infragistics
The Ignite UI for Angular DatePicker Component lets users pick a single date through a month-view calendar dropdown or editable input field.
Read more >
Demos > Datepicker - AngularJS Material
Sep 2022 Sep 2022 Sep 2022 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20...
Read more >
Datepicker - Angular Material
The datepicker allows users to enter a date either through text input, or by choosing a date from the calendar. It is made...
Read more >
Date Picker Combobox Example | WAI-ARIA Authoring ...
Indicates that the combobox is expanded, i.e., the "Choose Date" dialog is open. aria-autocomplete="none", input, Indicates the combobox does not support ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found