| Summary: | Cancelling a change before auto save can overwrite file contents | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> |
| Component: | Editor | Assignee: | Bogdan Gheorghe <gheorghe> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | 2.0 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ken Walker
We don't actually get rid of the contents of the second file - but we get into a bad state where we can't switch files from the navigator. This has everything to do with the way we are setting input in the InputManager, which really needs a good scrubbing. This test case also exposed another bug - you can get into an out of sync situation if autosave tries to save again before the first save goes through. That needs to be protected against as well (filed Bug 406687). Fix is underway. |