angular-schema-form doesn't apply "step" attribute for number type input

Bug #1698086 reported by Shu Muto
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Wishlist
Shu Muto

Bug Description

To increase the number properly in the form by form control, "step" attribute should be applied to number type input.
e.g.) if set 0.1 to step, form control will be increase the number as 0.1->0.2->0.3... or decrease it as 1->0.9->0.8... .

Shu Muto (shu-mutou)
Changed in horizon:
assignee: nobody → Shu Muto (shu-mutou)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/474464

Changed in horizon:
status: New → In Progress
Changed in horizon:
milestone: none → pike-3
importance: Undecided → Wishlist
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/474464
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=bf50752a1651300b6163096c066d275ecdd9d1a6
Submitter: Jenkins
Branch: master

commit bf50752a1651300b6163096c066d275ecdd9d1a6
Author: Shu Muto <email address hidden>
Date: Thu Jun 15 16:21:14 2017 +0900

    Enable to set step attribute for number input

    angular-schema-form doesn't apply "step" attribute
    for number type input.

    To increase the number properly in the form by form control,
    "step" attribute should be applied to number type input.

    e.g.) if set 0.1 to step, form control will be increase the number
    as 0.1->0.2->0.3... or decrease it as 1->0.9->0.8... .

    This patch fixes it.

    Change-Id: Ie837b605f281001ae209e743ea50b25a091dd752
    Closes-Bug: #1698086

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/horizon 12.0.0.0b3

This issue was fixed in the openstack/horizon 12.0.0.0b3 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.