# Change timestamp time field inaccessible in Firefox beta

**URL:** https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548
**Category:** Bug
**Created:** [2017 年9 月 22 日 01:01 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548 "2017-09-22T01:01:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### 作者： ![barryvan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barryvan/32/82635_2.png) [@barryvan](https://meta.discourse.org/u/barryvan)
#### 发布日期： [2017 年9 月 22 日 01:01 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/1 "2017-09-22T01:01:09Z")

</div>

On Firefox (I’m running Fx57, dev edition), the “time” field isn’t wide enough to have the hour, minute, and am/pm selector visible at once – and you can only navigate back to the hour field from the am/pm field using shifttab.

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

There’s also a slight misalignment between the date field and the time field – the time field is a couple of pixels lower than the date field.

---

<div class="post-metadata">

### 作者： ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### 发布日期： [2017 年9 月 22 日 02:40 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/2 "2017-09-22T02:40:56Z")

</div>

Can you reproduce this in Firefox stable? We don’t generally fix bugs from beta/dev versions of browsers as things tend to change multiple times before going stable,

---

<div class="post-metadata">

### 作者： ![barryvan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barryvan/32/82635_2.png) [@barryvan](https://meta.discourse.org/u/barryvan)
#### 发布日期： [2017 年9 月 22 日 03:02 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/3 "2017-09-22T03:02:27Z")

</div>

Nope – because `<input type="time">` is [only available from Fx 57](http://caniuse.com/#search=time). 😉

The [MDN docs for `<input type="time">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time) note the differences between the implementations on the desktop browsers: specifically, Chrome and Edge use a 24 hour entry, whereas Firefox uses as 12 hour entry + AM/PM field.

As this is new in Fx 57, it’d be good to be ahead of this change. 🙂 The [design specs](https://mozilla.invisionapp.com/share/GU7VBIB4D#/screens/171580963) for this feature show that while there will eventually be fancy popup panels added for selection of times, the styling of the `<input>` itself won’t change.

---

<div class="post-metadata">

### 作者： ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### 发布日期： [2017 年9 月 25 日 07:01 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/4 "2017-09-25T07:01:25Z")

</div>

@zogstrip can you add to your list?

---

<div class="post-metadata">

### 作者： ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### 发布日期： [2018 年4 月 18 日 04:43 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/5 "2018-04-18T04:43:13Z")

</div>

Is this still an issue @jomaxro?

---

<div class="post-metadata">

### 作者： ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### 发布日期： [2018 年4 月 18 日 16:15 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/6 "2018-04-18T16:15:44Z")

</div>

No repro in FF Quantum 59, stable branch on Windows.

---

<div class="post-metadata">

### 作者： ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### 发布日期： [2018 年4 月 18 日 21:12 UTC](https://meta.discourse.org/t/change-timestamp-time-field-inaccessible-in-firefox-beta/70548/7 "2018-04-18T21:12:02Z")

</div>


