Created on 2020-12-06.23:51:58 by ced, last changed 1 week ago by reviewbot.
Using this review on firefox it is not possible to create a new attendance line.
The record it's created but all the fields are blank and I can not edit them.
On 2020-12-07 00:08, Sergi Almacellas Abellana wrote: > I've seen there are two widgets for the same date: One as text and other with the date. Clear your cache.
I've seen there are two widgets for the same date: One as text and other with the date.
It is possible to only shown one and change the input type with a click like we do for numeric widgets?
Here is review339181002 which removes the usage of tempusdominus.
I used input with type date, datetime-local and time to pop-up a calendar from the native browser support.
The input is used as a button which receive the focus when clicked on the button which is over it.
There is some tricks to ensure that the right place (which trigger the pop-up) of the input is behind the button.
I have tested it on Firefox, Chrome and Edge but also included a test which does not display the button if the browser does not support such input types (like Firefox does not support datetime-local yet). Also on Firefox there is no pop-up for time input, so I do not display the button neither.
There is just one minor issue with Firefox and the trigger of the pop-up. It does not pop directly on the second click on the button, the user has to click a third times.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-01-13 00:54:02 | reviewbot | set | messages: + msg63864 |
2020-12-07 17:24:51 | reviewbot | set | messages: + msg62504 |
2020-12-07 16:33:35 | pokoli | set | messages: + msg62501 |
2020-12-07 00:16:06 | ced | set | messages: + msg62495 |
2020-12-07 00:08:20 | pokoli | set | messages: + msg62494 |
2020-12-07 00:06:40 | pokoli | set | nosy: + pokoli |
2020-12-07 00:01:44 | reviewbot | set | messages:
+ msg62492 nosy: + reviewbot |
2020-12-07 00:01:04 | ced | set | keyword:
+ review messages: + msg62489 reviews: 339181002 status: in-progress -> testing |
2020-12-06 23:51:58 | ced | create |
Showing 10 items. Show all history (warning: this could be VERY long)