vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Hide navigator button not working #187

Closed aeisenberg closed 11 years ago

aeisenberg commented 11 years ago

My hide navigator button is no longer working. I added a breakpoint to layoutManager.js:toggleNavigatorVisible to see what the problem is. It looks like the callback is called twice each time I click on the hide navigator button. So, I click it and the nav hides and then immediately appears again.

aclement commented 11 years ago

Also needs the side panel open to happen. Occurs because two handlers are registered for the click event (one for each editor). fixed