rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

(Minor issue) On Chrome browser, Edit Schedule start times include month and day #13

Closed dkossman closed 5 years ago

dkossman commented 10 years ago

On a Chrome browser, the time editor includes the month and day. see screenshot. chrome

rszimm commented 10 years ago

Weird, it doesn't show up that way on my Chrome. I'm running Version 32.0.1700.76 m on a Windows 8 desktop. You?

dkossman commented 10 years ago

Version 32.0.1700.77 on Mac OS 10.7.5. just cleared my cache and cookies, didn't help..

rszimm commented 10 years ago

Could you go to this page: http://demos.jquerymobile.com/1.1.2/docs/forms/textinputs/
Scoll down to the section called "More text input types" and find the one labeled 'Time' and see if it behaves in the same manner. I'd be curious as to how the one labeled 'datetime' works as well.

Does it look OK with Safari on Mac? This is how it looks on Chrome on Win8: image

dkossman commented 10 years ago

Chrome on Mac: chrome mac

Safari on Mac: safari-mac

rszimm commented 10 years ago

Odd. it appears that Chrome on Mac is treating the field as a datetime rather than just a time. (and datetime local is even weirder). Hmm. I'll look into this a bit.