-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.0, 3.0.0
-
Component/s: Widgets
Setup the project
- in Studio create a project
- create a document type named multiTest with a multi-valued document property
- generate the form in Designer
- synchronize the project server-side
- create 4 documents aaa, bbb, ccc and cccd
Homogeneous scenario
- create a 4th document of type multiTest
- in the creation form search and select aaa, and bbb
- search for ccc and click the found document (selectValue.png)
- observe it appears in the result (see valueSelected.png)
- press Backspace
- observe it deletes all the results
- save the document
Non-homogeneous scenario
- open the myGeniusDoc document
- click the multivalued field
- press Backspace
- observe it does not empty the field but rather selects the value next to the cursor (see selectInsteadOfDelete.png)
- press Backspace a second time
- observe the value is deleted but the other values remain (see secondPressDelete.png)
- close the edition panel
- open the myGeniusDoc document again
- search for ccc and click the found document
- observe it appears in the result
- press Backspace
- observe the field is now empty
Expected behavior: in every case. Having the cursor at the end of the results and pressing the Backspace key should always empty the field or select the last value before deleting it. It should not have different behaviors based on the previous actions.
- is duplicated by
-
NXP-26529 Fix 'tags' widget in Web UI using Edge when removing a single tag with backspace key
- Resolved
- Is referenced in