Community
Participate
Working Groups
ctrl+O is supposed to toggle the splitter area in the editor and navigator. It works in the editor but not the navigator. In the navigator the dijit.byId is failing to find the split area.
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.