Opened 13 years ago
Closed 13 years ago
#20217 closed defect (bug) (fixed)
Webkit + Trunk = Publish immediately format Fugliness
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | major | Version: | 3.4 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Looks fine on Firefox. Looks horrific on Chrome and Safari. Which makes this likely a webkit issue, if I'm not smoking crack. If I 'fix' it for chrome, it looks horrid on Firefox and it's not fixed really for Safari.
This was fine on Friday, which was the last time I remember checking. Still fine today on 3.3 on all three browsers.
Using a Mac.
Attachments (4)
Change History (15)
#2
@
13 years ago
Yes, seems like a webkit bug. The problem is that the fields aren't wide enough to accommodate webkit's up/down arrows that for some unknown reason are not placed outside of the field's "width" calculation.
#4
@
13 years ago
- Milestone changed from Awaiting Review to 3.4
Opera
And Firefox hasn't implemented it yet, see https://bugzilla.mozilla.org/show_bug.cgi?id=344616
#6
follow-up:
↓ 9
@
13 years ago
When making these fields wider, we're forced to bump the time to the next line. This feels particularly lame. I'd rather we implement a date picker; this really isn't doing much to help things.
#9
in reply to:
↑ 6
@
13 years ago
Replying to nacin:
Yeah, agree it doesn't look well. The problem with date pickers is they all have inherently bad UX: picking a date in the same month is nice and fast, a date 3 months away adds 3 clicks, a date 10 months away ads 10 clicks... Also I haven't seen a nice date + time picker, meaning we will have to make one ourselves.
Perhaps for now it would be best to revert type="number" for these fields.
Caused by #17863.