Uh oh!
There was an error while loading. Please reload this page.
Date time picker position fix & design fixes - #7477
Conversation
skjnldsv
commented
Dec 13, 2017
Not sure this is fixable. The datepicker uses a fixed positioning and does not allow direction settings! 😕 |
jancborchardt
commented
Dec 13, 2017
Looks good! Can we also make sure that the triangle pointer of the popover is aligned to be centered below the input field? This looks especially off in the calendar timepicker, where the popover is off to the right. cc @georgehrke (Of course we have to make sure this also works on mobile.) |
@skjnldsv I've noticed the ⬆️ issue while testing a non-absolute solution for AM/PM - Maybe you want to try with that as well: |
Codecov Report
@@ Coverage Diff @@## master #7477 +/- ##
============================================
- Coverage 52.81% 51.18% -1.64% - Complexity 23581 24948 +1367
============================================
Files 1445 1605 +160 Lines 80357 94923 +14566 Branches 0 1376 +1376 ============================================
+ Hits 42440 48584 +6144 - Misses 37917 46339 +8422
|
skjnldsv
commented
Dec 20, 2017
@pixelipo better? |
pixelipo
commented
Dec 20, 2017
@skjnldsv change the NC language (for example, Italian, German) |
pixelipo
commented
Dec 20, 2017
Still there, @skjnldsv :( |
823f842 to
c3d2e9bCompareskjnldsv
commented
Dec 21, 2017
@pixelipo if you want to add your fixes directly here, please do :) |
rullzer
commented
Jan 2, 2018
skjnldsv
commented
Jan 3, 2018
@rullzer yes, it's going in! |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
c3d2e9b to
d190754CompareMorrisJobke
commented
Jan 3, 2018
@pixelipo Could you again review this? Thanks |
skjnldsv
commented
Jan 4, 2018
Need the fixes that pixelipo requested. But the alignment can't be fixed properly. |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@pixelipo All clear! Default expiry date is set to NOW+1day (can't expire the same day) There is still the AM/PM issue, I'm scratching my head over this! 🤔 |
MorrisJobke
commented
Jan 5, 2018
I would go with this for now in the beta 4. The original issue was much more obvious and killed the proper selection of the expiry date. It is fixed in this PR and we should fix the other little paper cut regressions in followup PRs that will not make it into beta 4 but that should be fine. |
MorrisJobke
commented
Jan 5, 2018
I just tested again and it is fine as it is now. |
pixelipo
commented
Jan 5, 2018
Sorry I couldn't help you, guys - I'm sick and far away from my PC... |
MorrisJobke
commented
Jan 5, 2018
Don't worry :) Was just to get stuff fixed, that is actually broken and fix the small issues later on. :) |
MorrisJobke
commented
Jan 5, 2018
And @pixelipo rest and get well soon :) |
skjnldsv
commented
Jan 5, 2018
@pixelipo never apologise for being sick! :) |
jancborchardt
commented
Jan 5, 2018
Just one thing, was the default expiry date now+1day? Seems a bit short, and now+1week seems better. Otherwise a lot of links will expire by default without opening. @pixelipo get well soon! :) |



Fix#7007
Position
Design