Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 845110 - Fix margins and font size in edit calendar event ui #9025

Closed
wants to merge 1 commit into from

Conversation

lambdabaa
Copy link
Contributor

No description provided.

@lambdabaa
Copy link
Contributor Author

@samjoch Updated UI. Also adding @lightsofapollo since we removed seconds from events in doing this which is a more fundamental calendar change.

@lightsofapollo
Copy link
Contributor

@gaye Why removing seconds? They are technically part of the spec for time inputs... I feel like we have a lot of inconsistencies around time and the way to fix those is with an overlay above the actual time input.

@lambdabaa
Copy link
Contributor Author

@lightsofapollo So the deal was that the mockup I saw here https://bug845110.bugzilla.mozilla.org/attachment.cgi?id=718753 had seconds removed from the input, so I figured they should be pulled at the model/data layer too. We could hide seconds in the input UI and keep them at the data layer though. Does that seem better?

*
* @param {String} value 23:20:50.52, 17:39:57.
* @return {Object} { hours: 23, minutes: 20, seconds: 50 }.
* @return {Object} { hours: 23, minutes: 20, seconds: 0 }.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have seconds in docs ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove!

@lambdabaa lambdabaa closed this Jan 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants