vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

Designer: deleting property can cause UNKNOWN_VALUE to replace its content #808

Closed vaadin-bot closed 7 years ago

vaadin-bot commented 8 years ago

Originally by @OlliTietavainenVaadin


OS: Windows 10 Pro Eclipse: Luna SR2

I think this happens with any "text input" in Properties, but it can be reproduced at least like this:

  1. Drop a TextField on a Layout
  2. Edit the Caption of the TextField in the Properties editor, enter "foo"
  3. Press return (so focus is removed)
  4. Press the delete key -> Caption changes to "UNKNOWN_VALUE" Expected: Caption is changed to an empty string

Imported from https://dev.vaadin.com/ issue #19312

anssit commented 7 years ago

Not valid anymore for Vaadin Designer 1.1. Closing.