Description

After the value of the Spinbox is edited and committing the edited value, the decimal point will move one place to the right.

Steps to Reproduce
  1. Create any Template project
  2. Create Widget Blueprint
  3. In Level BP, OnBeginPlay create the widget BP and add it to viewport
  4. In the widget BP designer add a Spinbox element to the canvas, edit size and position as desired, then compile the BP
  5. Deploy to Android device (launch or package)
  6. Open the app on device
  7. See Spinbox element, notice default value is 0.0
  8. Touch the spin box to edit the value
  9. Notice when virtual keyboard appears the value shown is 00 (decimal point is moved one place to the right)
  10. Edit the value using the virtual keyboard
  11. Return to scene
  12. Touch off of the UI element to remove focus from the Spinbox
  13. Notice value displayed will have a zero added to the end of the edited value
  14. Repeat edit value steps, each time the values decimal point will move one place to the right.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-41198 in the post.

0
Login to Vote

Fixed
ComponentUE - Platform - Mobile
Affects Versions4.15
Target Fix4.15
Fix Commit3274485
Main Commit3389599
Release Commit3274485
CreatedJan 26, 2017
ResolvedJan 27, 2017
UpdatedSep 16, 2019