| Summary: | [client] 'Related' does not work when switched to Remote on git log | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Git | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.5 | ||
| Target Milestone: | 0.5 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 380605 | ||
|
Description
Szymon Brandys
The error is: node is null http://localhost:8080/org.dojotoolkit/dojo/_base/html.js Line 1839 :( Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=cf80d7cbe18c59de97a6eafc83c99ab5a42d4cf4 There was an orphaned links menu on hash change (was happening in navigator, too). Some of this code switched to asynch/deferred list with the localization changes, and I had to do some widget cleanup afterward, but did not catch this case. I think git log is the first page where a related page hashes, so after this fix, the related menu hangs open and you can see it fill in with the new items. I added some code to close the menu when the menu is emptied. There is still a slight pause between clicking the link and the menu going away, but I think this is good for now. |