editPanel does not load clips panel in collapsed state #3105

Closed
opened 2018-03-10 15:26:17 +00:00 by j · 1 comment
Owner

self.options.showClips = false does not work, clips panel always shows up
somehow this does not work:

        self.$mainPanel = Ox.SplitPanel({
            elements: [
                {
                    element: self.$videoPanel
                },
                {
                    collapsed: !self.options.showClips,
                    collapsible: true,
                    element: self.$clipPanel,
                    ...
                }
            ],
            orientation: 'horizontal'
        })
self.options.showClips = false does not work, clips panel always shows up somehow this does not work: ``` self.$mainPanel = Ox.SplitPanel({ elements: [ { element: self.$videoPanel }, { collapsed: !self.options.showClips, collapsible: true, element: self.$clipPanel, ... } ], orientation: 'horizontal' }) ```
j added the
general
label 2018-03-10 15:26:17 +00:00
j added this to the 14.04 milestone 2018-03-10 15:26:17 +00:00
0x2620 was assigned by j 2018-03-10 15:26:17 +00:00
j added the
normal
defect
labels 2018-03-10 15:26:17 +00:00
j changed title from hiding clips via mouse breaks edits on reload to editPanel does not load clips panel in collapsed state 2018-03-10 16:10:58 +00:00
Owner

In a0d9e7c/pandora:

#!CommitTicketReference repository="pandora" revision="a0d9e7c1e6abcf56b946d87742136feea5cec143"
SplitPanel inside SplitPanel with collapsed element gets reset on replaceElement, fixes #3105
In [a0d9e7c/pandora](https://code.0x2620.org/0x2620/pandora/commit/a0d9e7c1e6abcf56b946d87742136feea5cec143): ``` #!CommitTicketReference repository="pandora" revision="a0d9e7c1e6abcf56b946d87742136feea5cec143" SplitPanel inside SplitPanel with collapsed element gets reset on replaceElement, fixes #3105 ```
0x2620 added the
fixed
label 2018-03-11 14:11:22 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#3105
No description provided.