FLUID-6633: Entering non-numeric text into the steppers results in the min value being set.

Metadata

Source
FLUID-6633
Type
Bug
Priority
Minor
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2021-06-28T13:32:32.019-0400
Updated
2021-06-28T14:31:33.475-0400
Versions
  1. 3.0
Fixed Versions
N/A
Component
  1. Prefs Framework
  2. UI Options

Description

The design of the system expects that entering in non-numeric values are rejected and replaced with the previous input.

Steps to reproduce:

  1. Open the UI Options demo
  2. Open the prefs editor
  3. In one of the textfield steppers (e.g. text size, line spacing) enter a non-numeric value.
  4. Press the "enter" key or move focus to save the new value.
  5. Notice that the value switches to the smallest value instead of to what was previously in the field.