Community
Participate
Working Groups
In bug 343631 we moved to Dojo 1.6.1 but found a problem in the toggle-splitter that needs fixing. In the console I see an error: node is null ret = node.getBoundingClientRect(); -- line 6512 of dojo.js.uncompressed.js
I could not replicate on my machine, but saw this when running Orion from Simon's machine. The splitter code was searching for panes of region "leading" and needs to also look at "left". Not sure why it was "left" in Simon's config and "leading" in mine. Fixed, but I need to Simon to verify it...