| Summary: | ctrl+O toggle outline not working in navigator. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kdevolder |
| Version: | 0.3 | ||
| Target Milestone: | 0.4 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
fixed with ded7d872c5441546221f2cceccbe31c9d62dc31d This broke long ago, when we switched from doing the dojo parsing on load to doing it at the very end. So the dijit.byId was failing because the dijits hadn't been added yet. Still not working for me in the navigator view. I'm using the version of the client as pulled from git this morning.
It does work in the editor.
I tried in both firefox 9 and google chroom, both on linux.
It is failing here
callback: function() {
var splitArea =
dijit.byId("orion.innerNavigator");
splitArea.toggle();}
Stacktrace:
dojo.addOnLoad.mBootstrap.startup.then.mCommands.Command.callback() at table.js:73
CommandService._processKey() at commands.js:195
dojo.hitch() at lang.js:130
So I guess it didn't find the dijit.byId("orion.innerNavigator")
I probably broke this when I restructured all the HTML pages. The split area nesting changed and I may not have caught this case. fixed. once more. with feeling. |