indigoDock icon indicating copy to clipboard operation
indigoDock copied to clipboard

Panels disappear (7cc7880)

Open luzpaz opened this issue 8 years ago • 3 comments

OSX 10.10.5 7cc78803c74878172da6b433bfb4eee39ba06dab Recreate:

  1. Open indigoDock
  2. Start pulling out panels in to canvas Result: they disappear (sometimes they turn totally gray first and then disappear

panels-disappear

Console Output:

Starting /Users/sphenoid/Develop/indigoDock/build/TestLayout.app/Contents/MacOS/TestLayout...
UI theme is: "dark" 

PanelIndex is: -1 

PanelIndex is: 0 

Load Workspace 

PanelIndex is: -1 

PanelIndex is: 1 

Load Workspace 

PanelIndex is: 0 

PanelIndex is: 0 

PanelIndex is: 0 

PanelIndex is: -1 

PanelIndex is: 0 

PanelIndex is: 0 

Load Workspace 

Load Workspace 

PanelIndex is: -1 `

luzpaz avatar May 17 '16 03:05 luzpaz

It is still there? Because I've changed the window state of panels from tooltip to tool.

nitramr avatar May 19 '16 19:05 nitramr

I think so. I will report for sure later. Edit: I mean..I don't think this is an issue anymore 😄

luzpaz avatar May 19 '16 19:05 luzpaz

Tested on c3f75c2958d0addc422741a8150b6bf4bc7c03bc Results: Panels no longer disappear! Remaining issue: From time to time (not reproducible in a reliable fashion) panels will turn gray colored. See gif: panels-turn-grey

QtCreator console output:

UI theme is: "dark" 

addFloatingPanel "Content" 

PanelIndex is: 1 

Parent =  QSplitter(0x7fd12149e8a0) 

PanelIndex is: 1 

Parent =  QSplitter(0x7fd12149e8a0) 

addFloatingPanel "Geometry" 

PanelIndex is: 0 

Parent =  QSplitter(0x7fd12149e8a0) 

addFloatingPanel "Test" 

PanelIndex is: -1 

Parent =  IndigoDockManager(0x7fd1215f8360) 

PanelIndex is: -1 

Parent =  IndigoDockManager(0x7fd1215f8360) 

PanelIndex is: 0 

Parent =  IndigoDockManager(0x7fd1215f8360) 

PanelIndex is: 0 

Parent =  QSplitter(0x7fd12149e8a0) 

addFloatingPanel "Test" 

PanelIndex is: 0 

Parent =  QSplitter(0x7fd12149e8a0) 

addFloatingPanel "Geometry" 

PanelIndex is: 0 

Parent =  QSplitter(0x7fd12149e8a0) 

addFloatingPanel "Content" 

luzpaz avatar May 19 '16 23:05 luzpaz