| Summary: | [regression] File delete operation fails in 0.4RC3 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John J. Barton <johnjbarton> | ||||||||||
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> | ||||||||||
| Status: | RESOLVED INVALID | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | P3 | ||||||||||||
| Version: | 0.4 | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | PC | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 211902 [details]
devtools Console after fail
Created attachment 211903 [details]
first exception, json looks like the file I want to delete
Created attachment 211904 [details]
e looks like the object that will end up in the UI
The pictures are helpful. It looks like there was some kind of informational message passed back from the operation, and then we fail trying to parse the json. Does it happen with certain files/folders or all of them? I'm able to delete files using orion.eclipse.org, for example, so we need to pin down when it happens. (In reply to comment #4) > Does it happen with certain files/folders or all of them? > I'm able to delete files using orion.eclipse.org, for example, so we need to > pin down when it happens. Once this happened it was 100% reproducible. I've not had this happen before. I moved the file to another directory and I was able to delete it in that directory. The only hypothesis I have is: in the original directory the file was the last one on the list. When I moved it, it was no longer the last one. No longer reproducible. |
Created attachment 211901 [details] UI after delete fail I clicked on the double down arrow after traceurSourceMap.js and selected Delete. The UI show [object Object], see screen shot.