Task #12736 (closed)
Opened 4 years ago
Closed 4 years ago
BUG: Save on Map Annotations
| Reported by: | pwalczysko | Owned by: | dlindner |
|---|---|---|---|
| Priority: | major | Milestone: | 5.1.0-m4 |
| Component: | Insight | Version: | 5.1.0-m1 |
| Keywords: | n.a. | Cc: | ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description (last modified by jburel)
In Insight, when createing a new MapAnnot?.
When editing a cell and writing out your text, then hitting Save button - the written text is not saved, the field is empty.
- edit a new Key, write text, tab
- write text into the first Value field, tab
- write text into the second Key field, tab
- write text into the second Value field and
- hit Save
- the fields are refreshed, only Keys 1, 2 and Value 1 are present, Value 2 is missing -> not expected
- if you hit enter after finishing writing into field of Value 2, all is saved okay after subsequent hitting of Save
Change History (3)
comment:1 Changed 4 years ago by jburel
- Description modified (diff)
- Owner changed from jburel to dlindner
comment:2 Changed 4 years ago by dlindner
comment:3 Changed 4 years ago by dlindner
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
The problem is, the Java cell editor recognizes the cell as "has been edited" only after the modification is confirmed by hitting enter or tab key (e. g. you can also undo the changes by pressing esc key) or moving (clicking in) to another cell. If you just type into a cell without "confirming" the changes, I can't pick up that changes, hence save them. I'll try to find a workaround, but I might not find one.