Metadata
- Source
- FLOE-448
- Type
- Bug
- Priority
- Blocker
- Status
- Resolved
- Resolution
- Fixed
- Assignee
- Alan Harnum
- Reporter
- Alan Harnum
- Created
2016-01-26T12:35:28.854-0500 - Updated
2016-01-26T15:07:33.872-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Chart Authoring Tool
Description
The inline edit components used to enter the chart title and description are not behaving as expected. Pressing ENTER/RETURN when editing appears to update the underlying model's `value`, but the display does not change to the new value.
This occurs whether or not the `submitOnEnter` option is set to `true`.
Finishing the edit with TAB behaves as expected.
Comments
-
Alan Harnum commented
2016-01-26T15:07:33.869-0500 tracked it down to a leftover model relay issue from an earlier attempt at connecting the inlinedit components to other models, which i'd forgotten to remove from the component definition after i realized it wouldn't work; turns out it was working, but only in the wrong direction