MenuBar vanishes if View underneath repaints
See original GitHub issueDescribe the bug
Not sure if this is related to #2225 but if you have a MenuBar
and beneath it a View
that is updating itself periodically (e.g. a TableView
) then the repaint of the TableView
occurs over the top of any open menu.
To Reproduce Steps to reproduce the behavior:
- Add a MenuBar
- Add a View that fills the space
- Add a timeout that calls
SetNeedsDisplay
on the big view every 1s - Open the menu
Expected behavior Below view not to render over the top of an open menu
- Version: Nuget Package 1.8.2
Issue Analytics
- State:
- Created 10 months ago
- Comments:5
Top Results From Across the Web
Menu bar disappears until hovered, or only repaints ...
I just installed Sprint 36. Now, when I start Brackets, none of the main menu items show until after I hover over an...
Read more >Menu bars disappear. I don't want them to
I don't want them to. Open System Preference> General and make sure Automatically Hide and Show the menubar is unchecked.
Read more >JMenuItems Disappear After repaint()
When the program first starts, I can click on "File" and see the "New Game" and "Exit" menu items, but after the first...
Read more >Why Did My Mac Menu Bar Disappear?
If you notice that the Menu Bar at the top of your screen is missing, it is probably because you are using an...
Read more >Why Did My Mac Menu Bar Disappear? - YouTube
https://macmost.com/e-2769 If you notice that the Menu Bar at the top of your screen is missing, it is probably because you are using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done.
Can you please add add
Fixes #2238
to https://github.com/gui-cs/Terminal.Gui/pull/2227 description so that they are both closed by that PR. I think it makes more sense than just closing this as duplicate but say if you feel otherwise.