-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 M3
-
Fix Version/s: 7.0.0 M1
-
Component/s: Frontend Infrastructure, Frontend Infrastructure > UI Taglibs
-
Labels:
-
Story Points:4
-
Fix Priority:4
If a user types an hour into an input generated by <liferay-ui:input-time>, without specifying the minutes, the input will insert the current minutes into the hour.
Steps to reproduce
- Add blog portlet to a page
- Click in "Add Entry"
- Select the content of the "Display Date" time input. Delete it
- Observe the current hour and minutes (that is, look at the clock of your machine)
- Type "7 AM" into it
Expected results:
- The content would be replaced by "07:00 AM"
Actual results
- The content is replaced by "07:<XY> AM", where "<XY>" are the current minutes.
- If the time observed at step #4 is, let us say, 3:47 PM, then the value displayed in the input will be "07:47 AM"
- is related to
-
AUI-1193 When it is not given, aui-timepicker uses the current minutes instead of zero
-
- Closed
-