Page MenuHomePhabricator

Unable to copy & paste into a numeric value field if clipboard contains leading/trailing spaces
Open, Needs TriagePublic

Description

Steps to reproduce:

  • Add a qualifier like width
  • Paste a numeric value with leading/trailing spaces: " 74 "

Result: Nothing happens. Field still empty

Suggestion: ltrim/rtrim the value in the clipboard. Or allow pasting and trim at time of saving.