question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom layouts show panels that have ''visible=False''

See original GitHub issue

Problem Description

Custom layouts show panels with ‘‘visible=False’’ and third-party panels that are not part of a custom layout.

Custom layout in Spyder 5.3.2 with ‘’ visible=False’': self.add_area([SpyderPyMR.NAME], row=3, column=1, visible=False, ) img3

Custom layout in Spyder 5.4.0 with ‘’ visible=False’': self.add_area([SpyderPyMR.NAME], row=3, column=1, visible=False, )

im2

What steps reproduce the problem?

  1. View
  2. Window layouts
  3. layout

Versions

  • Spyder version: 5.4.0
  • Python version: 3.8
  • Qt version:
  • PyQt version:
  • Operating System name/version: Windows10

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
ccordoba12commented, Nov 28, 2022

Great! I’m really glad you were able to find the solution to this issue!

Could you create a pull request for it? If you decide to do that, please don’t forget to read our Contributing guide first.

If you don’t comfortable with that, let us know and I can do it for you.

1reaction
dan123456-engcommented, Nov 22, 2022

Hey @dan123456-eng, thanks for reporting. I think I introduced this regression and will try to fix it in the first version we’ll release next year (5.4.2).

Thanks @ccordoba12 ! I hope to contribute more actively.

Read more comments on GitHub >

github_iconTop Results From Across the Web

J Panel's Childs are visible while setting ... - Stack Overflow
J Panel's Childs are visible while setting visibility of J Panel to false, how to make childs invisible? Ask Question. Asked 5 years,...
Read more >
Using and customizing workspaces - Adobe Support
You customize a workspace by arranging panels in the layout that best suits your working style. As you rearrange panels, the other panels...
Read more >
Using custom web part layouts | Kentico 8 Documentation
Web part layouts are custom skins that replace the HTML code and ASPX ... If you need to hide any of the controls,...
Read more >
Controlling style & layout — Panel v0.14.2 - HoloViz Panel
Panel objects are built on top of Param, which allows Panel objects to declare ... HTML(width=60, height=60, background='blue', visible=False) c = pn.pane.
Read more >
Customize window layouts and personalize document tabs
Learn how to customize tabs and windows in Visual Studio to create layouts that work best for your development workflows.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found