fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
246 stars 247 forks source link

March exists two times (only in Firefox) #516

Closed Joniras closed 1 year ago

Joniras commented 1 year ago

Versions

Bug Description When opening the demo in Firefox ( i have version 111) and open the dialog in the simple demo example on top i get two consecutive marches in the datepicker. The datepicker also gets stuck if i select a date in one of the two marches but i guess this is an error that results from the main error here (two marches).

To Reproduce Steps to reproduce the behavior:

  1. Go to https://fetrarij.github.io/ngx-daterangepicker-material/simple
  2. Click into the input field on the top to open the dialog
  3. go to march (by clicking the right arrow on the right datepicker)
  4. go to the other march (by clicking that same arrow again)

Expected behavior To not have to marches in one year (that also have different starting weekdays).

Screenshots First March Second March

Additional context Does not occur in Chrome (i tested version 110).

Joniras commented 1 year ago

Ok i found out what the problem was: An addon caused the problem:

image

Solution:

removing or disabling the extension solves the problem.