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 component doesn't expanded in IE

See original GitHub issue

Detailed description

Describe in detail the issue you’re having. when I click a single datepicker input in IE11, it doesn’t show it’s datepicker panel. And it works well in chrome. Is this a feature request (new component, new icon), a bug, or a general issue? It should be a bug. 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)”> </ibm-date-picker>

  1. There is 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

Screen shot in IE11: image

Screenshot in IE 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 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ChenCheresscommented, Aug 27, 2019

We’ll take some time to investigate further … Just want to confirm that you’re still experiencing this issue with carbon-components-angular@3.15.1?

Yes, It’s carbon-components-angular@3.15.1

0reactions
zvonimirfrascommented, Jan 18, 2021

Hey @ChenCheress, is this still relevant? Since it’s been a long time since the last update to this issue, I’ll close this. Please reopen if still needed and updating to the latest version of carbon-components-angular doesn’t fix it 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Datepicker component doesn't expanded in IE #716 - GitHub
When I click the datepicker input, it doesn't show datepicker select panel in IE11, but it's normal in Chrome. Additional information. Screen ...
Read more >
Date picker is not working in Internet Explorer - Stack Overflow
You can try like this :- $("input.pickerClass").datepicker();. Run code snippet. Hide results. Expand snippet ...
Read more >
Date Picker Combobox Example | APG | WAI - W3C
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 >
Angular directives for Bootstrap - AngularUI
datepicker -append-to-body $ C (Default: false , Config: appendToBody ) - Append the datepicker popup element to body , rather than inserting after...
Read more >
IO25934: THE DATE PICKER DOES NOT DISPLAY THE ... - IBM
In IBM Content Navigator, when using Microsoft Internet Explorer (IE) and Google Chrome, the date picker does not.
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