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

Double clicking on a calendar date causes the page to reload #6195

Closed
sgentile opened this issue Jul 31, 2018 · 4 comments
Closed

Double clicking on a calendar date causes the page to reload #6195

sgentile opened this issue Jul 31, 2018 · 4 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@sgentile
Copy link

I was able to even duplicate this on the documentation page

  1. click the icon, control comes up
  2. double click a date

Page reloads

@Mysame
Copy link
Contributor

Mysame commented Aug 2, 2018

Confirmed.
Calendar has been having a LOT of regressions recently. I'm afraid of updating at this point.
@cagataycivici

@LsKLele
Copy link

LsKLele commented Aug 3, 2018

Same problem here, can you please check ASAP?
Thanks

@chrispinzaru
Copy link

The page reloads since they use '<a href="#" ' on rendered date-picker dates, thus double clicking them fast will make your Angular app (which uses Hash Navigation) to reset and jump to root page ("/#" page).

@cagataycivici cagataycivici self-assigned this Aug 6, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Aug 6, 2018
@cagataycivici cagataycivici added this to the 6.1.0-Final milestone Aug 6, 2018
@chrispinzaru
Copy link

@cagataycivici Thank you very much for fast response/fix and release! If I can further help you somehow - please let me know.
Everything is fine, yet the dates now don't have "cursor: pointer" style (Anchor with "href" determined that style) - So we manualy have to add "cursor: pointer" to rules ".ui-datepicker td > span, .ui-datepicker td > a"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

5 participants