CX2 has the seperation of translation unit data models and ui. Data is changed by translator in UI and need to get sync with data models. Data models does the translation unit adaptation. And that need to reflect in UI. This particular feature is so important for the application and the CX2 framework has not made it solid enough so far.
Ultimately when translation units are saved(or published), no content changes should be left unsaved. This task is to make this code solid enough and test.
Description
Description
Status | Subtype | Assigned | Task | |
---|---|---|---|---|
· · · | ||||
Resolved | santhosh | T152586 Reorganize the CX classes using OOjs/OOUI (tracker) | ||
Invalid | None | T162767 CX2: Content syncing between ui and models | ||
· · · |
Event Timeline
Comment Actions
Closing this since it is not relevant now since UI and Dm translation units share same DOM objects, just the data manipulation and UI manipulation is different. Hence there is no need to sync them when one change. But this should/will get disconnected in VE. VE maintains two different copies in different representations and syncs in regular intervals.