Expanding dirs in browser spin forever on error
The best way I can see around this is to replace $.get
with $.ajax
and use its richer interface to specify an error callback that replaces the expansion with (error)
like the (empty dir)
one does. Patch in a sec.
I think anyone would hit this if their 'net connection went down, but I specifically hit it with a NoSuchChangeset exception (which is served as a 404).
Change History
(6)
Owner: |
changed from Christian Boos to Tim Hatch
|
Milestone: |
→ 0.11
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Priority: |
normal → high
|
Resolution: |
fixed
|
Severity: |
normal → major
|
Status: |
closed → reopened
|
Priority: |
high → normal
|
Resolution: |
→ fixed
|
Severity: |
major → normal
|
Status: |
reopened → closed
|
Against r5879