Open vinvega opened 6 years ago
Is it disappearing or being drawn behind the frame? On macOS it appears that the drop down ribbon is being drawn behind the TLW.
Ex:
In order to reproduce it, the window needs to be resized so that all of the panels are collapsed to a single icon. The whole ribbon panel disappears, see image sequence below.
Oh interesting. Sorry, I misunderstood. I'll start looking into causes when I have time. :)
Issue probably resides with wxWidgets. I'll need to dig through their issue catalog to see if its already been reported there.
@vinvega @swt2c is this still relevant? I don’t use ribbon stuff, but out of curiosity, is this still a problem? Does it also happen with wx.lib.agw.ribbonbar (the pure-Python version of it)?
Operating system: Windows 7 Enterprise wxPython version: 4.0.0b2 Stock or custom build: Stock Python version: 2.7.12.final.0 (Anaconda 4.2.9)
Ribbon panels with a sizer will disappear if it is clicked on while it is collapsed (left most panel in example). If you click on a panel that is also collapsed that does not have a sizer it does not disappear, and after that you can click on the panel with a sizer with no problem. I am not sure if this is relevant, but the first time you click on a collapsed panel (with or without a sizer), its icon disappears while it is in its dropped down position. After the first time on any panel, it does not.