-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
including panes config in viewer.js breaks application.
this was introduced when Controller was split into separate mixins.
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7d1c51f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tim, this change seems to have prevented the creation of the toggle button that open/closes the side drawer.
Is there a change that should be made to the viewer.js file so that the panes on line 179 of _LayoutMixin can be collapsible?
7d1c51f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tmcgee i've added a note but forgot to tag you
7d1c51f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should fix that: https://github.com/cmv/cmv-app/blob/fix/floating-titlePane-IE-drag-again/viewer/js/viewer/_LayoutMixin.js#L152
(floating panes are still not fixed to my satisfaction- thus the name of that branch)