BDisp

Results 764 comments of BDisp

There is another bug with this by only resizing the border height after click and moving another view. ![WindowsTerminal_8yd3k3DdVs](https://github.com/user-attachments/assets/f97a1ea3-3839-4711-a5dd-5f205efc3f9b)

@tig I sent you this PR https://github.com/tig/Terminal.Gui/pull/40 with suggestion for remove the `ClearOnVisibleFalse` property.

@tig I refer when I colapse the slip the height doesn't update until I move the mouse to another view.

> Oh. Yeah, that happens in v2_develop as well. Do you think it's a bug on the `Dim.Auto (DimAutoStyle.Content)`?

> Side note: Man, I wish they'd back-port the `\e` for escape to .net 8. 😅 > > Something that might make sense for us to do to enable easy...

> * **There can only be one** - Just like in Highlander, there can only be one Popover visible and active to the user at a time. None of the...

> If the list is always available it is not a "Dropdown Combobox", but just a ComboBox. The current implementation doesn't really provide a "Dropdown Combobox". I have a suggestion...

@tig don't forget to popup the `ListView` on a separate `View` and add to the Application.Top, like the `Menu` does, instead of be a ComboBox's subview. This allow the `ListView`...

> Yep. > > However, let's acknowledge that the fact that the only way we've figured out how to have Views like ComboBox and MenuBar do 'pop-overs`is to have them...

Ah that explain the recent issues on publish. Sorry for not saw before, the last release.