Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Datepicker does not work with pickadate @ 3.5.6 #336

Closed
ghost opened this issue Feb 9, 2016 · 1 comment
Closed

Datepicker does not work with pickadate @ 3.5.6 #336

ghost opened this issue Feb 9, 2016 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Feb 9, 2016

When using latest pickadate.js (@3.5.6) there is an issue with the z-index:

Plunkr 3.5.3 (works)
Plunkr 3.5.6 (z-index issue)
Just click on the first datepicker.

This is caused by the --focus class not being applied, so it seems a bug in pickadate.js.
As you are including a custom pickadate.js version, I haven't raised this (yet) with pickadate.js.

@mikewheaton
Copy link
Contributor

Thanks for reporting this. You're right that it's caused by the .ms-DatePicker-picker--focused class not being applied in the latest version of Pickadate. For this bug we can actually just update our styles to target only the .ms-DatePicker-picker--opened class. I'll submit a pull request for this.

@mikewheaton mikewheaton added the bug label Feb 9, 2016
@mikewheaton mikewheaton self-assigned this Feb 9, 2016
andrewconnell added a commit to ngOfficeUIFabric/ng-officeuifabric that referenced this issue Feb 10, 2016
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.

[ci skip]
andrewconnell added a commit to ngOfficeUIFabric/ng-officeuifabric that referenced this issue Feb 11, 2016
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.

[ci skip]
andrewconnell added a commit to ngOfficeUIFabric/ng-officeuifabric that referenced this issue Feb 11, 2016
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.

[ci skip]
mikewheaton pushed a commit that referenced this issue Feb 13, 2016
Change opened selector for Date Picker. Fixes #336
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant