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

Safari & iOS ion-datetime (modal) no highlight on selected date #2146

Closed
travisBradfield opened this issue Dec 22, 2021 · 2 comments
Closed
Labels
bug Issues related to bugs on the documentation website

Comments

@travisBradfield
Copy link

Describe the bug
When using the new (v6) ion-datetime element on iOS and Safari the calendar pops up correctly but we can't see the blue circle highlighting the selected date. It works as expected in Chrome.

I've added screen shots.

To reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
This is a screenshot taken when viewing the component in Chrome. This is what I expect to see on Chrome & Safari.
Screenshot 2021-12-22 at 14 03 45

Screenshots
This is a screen shot from Safari. I have selected December 16 2021 (can see through the backdrop) but it doesn't show up on the calendar component.
Screenshot 2021-12-22 at 14 05 22

Browser and OS (please complete the following information)

  • OS: iOS
  • Browser: Safari
  • Version: Version 15.2 (17612.3.6.1.6)

Additional context
This is the HTML that I have in my template:

<ion-item lines="none"> <ion-label> Due Date </ion-label> <ion-text slot="end" *ngIf="dateValue">{{ dateValue }}</ion-text> <ion-button fill="clear" slot="end" id="open-modal"> <ion-icon name="calendar-outline"></ion-icon> </ion-button> <ion-modal class="datetime-ion-modal" trigger="open-modal"> <ion-content force-overscroll="false"> <ng-template> <ion-datetime [value]="defaultDateValue" #popoverDatetime presentation="date" show-default-buttons (ionChange)="dateValue = formatDate(popoverDatetime.value)"></ion-datetime> </ng-template> </ion-content> </ion-modal> </ion-item>

@travisBradfield travisBradfield added the bug Issues related to bugs on the documentation website label Dec 22, 2021
@sean-perkins
Copy link
Contributor

@travisBradfield can you please try with the latest release of Ionic? I believe this was fixed with this PR: ionic-team/ionic-framework#24454.

In the future I would recommend opening issues with the implementation on the ionic-framework repository. The ionic-docs repository is more for examples with the hosted documentation.

Thanks!

@sean-perkins sean-perkins added the needs: reply Issues that need more information from the author label Jan 12, 2022
@jcesarmobile
Copy link
Member

Closing since there was no response and it appears to be fixed

@jcesarmobile jcesarmobile closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2022
@jcesarmobile jcesarmobile removed the needs: reply Issues that need more information from the author label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs on the documentation website
Projects
None yet
Development

No branches or pull requests

3 participants