| Summary: | git status - Type Error when staging a file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> | ||||
| Component: | Git | Assignee: | libing wang <libingw> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | libingw | ||||
| Version: | 0.5 | ||||||
| Target Milestone: | 0.5 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
There were holes when destrying editor after you stage or unstage a file. fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b15d43e01146e7fcba99bf4cad4bf7828fc2aa05. |
Created attachment 214283 [details] screenshot with grayed out unstaged item and error in console In today's build, when I try to stage an individual file, I get a type error like this: DOMException code: 1 message: "INDEX_SIZE_ERR: DOM Exception 1" name: "INDEX_SIZE_ERR" __proto__: DOMException At this point, the file goes gray in the staged list. It shows no diffs (so I think it actually staged and the UI update failed?) It doesn't appear in the staged list. If I reload the page, it appears in the staged list. Not every file fails, but it happens quite frequently.