sawprogramming / WoW-Raid-Manager

WordPress plugin to keep track of World of Warcraft raid loot and attendance.
1 stars 1 forks source link

Attendance Record date selector - wrong date style #55

Closed RaefWolfe closed 5 years ago

RaefWolfe commented 5 years ago

When I select an attendance record to edit, the date field autofills written in "YYYY-M-D" format. If I try to save (whether or not I make changes to the entry), the date field turns red as though I have not selected a date. When I click the calendar icon and select the same date, it reappears as "MM/DD/YYYY" format and allows me to save.

sawprogramming commented 5 years ago

Oops, side effect of a change I made to stop that off-by-one thing with the date. Added a fix.

sawprogramming commented 5 years ago

Added in the new version. Please let me know of any issues!

RaefWolfe commented 5 years ago

It's fixed, but now the three loading bars appear underneath the date selector (rather than above it). I fixed on my end by giving it a z-index; not sure if it's a problem on others' versions as well.