# Pin topic time broken in Safari

**URL:** https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278
**Category:** Bug
**Created:** [June 1, 2019, 3:13pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278 "2019-06-01T15:13:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![davidkingham](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidkingham/32/119528_2.png) [@davidkingham](https://meta.discourse.org/u/davidkingham)
#### Post date: [June 1, 2019, 3:13pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278/1 "2019-06-01T15:13:23Z")

</div>

When you select `Pick date and time`, in the time field `-- : -- --` does not display, and while you can type in a time it does not accept it as valid. This is only happening in Safari.

I obviously can’t test this here, but I did try it in [safe mode](https://meta.discourse.org/t/53504?silent=true) to ensure it wasn’t something in my code. I’m on the latest discourse and MacOS.

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/f/df458f89c58642ccac99a0f9ab911d481db9858f.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [June 1, 2019, 8:52pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278/2 "2019-06-01T20:52:16Z")

</div>

One for you @j.jaffeux?

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [June 1, 2019, 8:53pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278/3 "2019-06-01T20:53:59Z")

</div>

Yeah I had a quick look, it seems like for some reason the input is created as text and not time on safari. Didn’t dig more than this so far, but given my recent works on this, I will have a look next week.

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [June 6, 2019, 12:57pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278/7 "2019-06-06T12:57:30Z")

</div>

Should be fixed by:

[https://github.com/discourse/discourse/pull/7719](https://github.com/discourse/discourse/pull/7719)

Please read commit message/PR to know more about this.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [June 6, 2019, 1:03pm UTC](https://meta.discourse.org/t/pin-topic-time-broken-in-safari/119278/8 "2019-06-06T13:03:40Z")

</div>


