| Summary: | Data loss in editor when leaving page with AutoSave enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Silenio Quarti <Silenio_Quarti> | ||||
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ken_walker | ||||
| Version: | 5.0 | Flags: | ken_walker:
review+
|
||||
| Target Milestone: | 5.0 RC3 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Silenio Quarti
Created attachment 240174 [details]
fix
The problem happens because the save operation is asynchronous and it may not finish before the page is unload. There is no way to let the page unloaded and still get the changes saved. The best we can do is to ask the browser to prompt the user and have a appropriate message when AutoSave is enabled. |