Ticket #417 (closed defect: fixed)

Opened 20 months ago

Last modified 19 months ago

JQuery date picker is not working

Reported by: gael Owned by: jzarate
Priority: major Milestone: 0.3
Component: search Keywords:
Cc: gael

Description

The JQuery date picker in the invoice filter is not working at all. If you choose a date the day/month/year fields are not populated correctly (sometimes empty, sometimes with wrong date...). I suggest to replace this widget with a simple text field with the JQuery Masked Input plugin (http://digitalbush.com/projects/masked-input-plugin/). It is fast, nice and efficient. If you are interested I can send you my own Symfony widget doing that.

Change History

Changed 19 months ago by jzarate

  • owner set to jzarate
  • status changed from new to assigned

Changed 19 months ago by jzarate

  • status changed from assigned to closed
  • resolution set to worksforme

Gael

I don't quite understand you. If you mean the date picker that is on the top of the invoices list and on the top of the customers list and on the top of the dashboard, in wich, after you click on a calendar icon, you can select a date, it's working fine for me. I'm working in linux, chrome and firefox.

Perhaps you see this because some kind of special browser?? if that's the case, please specify.

At the time, I'm closing it as "worksforme" in the hope that you reopen it with more specific instructions on how to rebuild the bug.

txs!!

Changed 19 months ago by gael

  • status changed from closed to reopened
  • resolution worksforme deleted

Hi Jose, I have taken some time to understand what is happening and now it is clear: THe problem appears only in french ! The problem is that in french the date format is dd/mm/YYYY. After having selecting a date in the date picker it tries to update the date field by putting the month in the day field, and the day in the month field. It results that if you choose a day bigger that 12 the field will be empty otherwise you will get an other month than the one choosed. I think this information should help you :-) Cheers

Changed 19 months ago by jzarate

  • status changed from reopened to closed
  • resolution set to fixed

r1635 finally.

Note: See TracTickets for help on using tickets.