| Summary: | New delegated UI API is broken | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, Michael_Rennie, sirnewton_01 |
| Version: | 3.0 | ||
| Target Milestone: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
5.0 I forgot to update this bug until now. Solution (a) was implemented in this commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2f35219 Also added unit tests: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9550ca7 While writing the tests, I had to refactor editorCommands#_generateEditCommands() to separate Command creation from rendering. I fixed an instance of the "infamous JS loop bug" that was causing every editor command to be rendered with position==100. The fix seems to affect ordering of commands contributed to the 'Tools' menu: although they are still shown an some indeterminate order, it's different after the fix. |