BDisp
BDisp
> Would it make sense to rename this Issue to "Enable using MenuBar as a replacement for ComboBox?" I have a WIP where the `ListView` is decouple from the `ComboBox`...
> Is it really a new view or is it just a MenuBar used in a particular way? About your question must be @tznind who can answer. I only said...
That's not the normal behavior on a app, but you can do that behavior for `Terminal.Gui`. It's debatable.
> Ok here is the current state. > > I think the mouse grab logic is resulting in extra clicks on mouse move. > > Bugs > > * Moving...
> Ok fixed it, the issue was there was more 'phantom' click generating code inside View.Mouse.cs itself too. Have removed and now works exclusively on events. > Yes is true....
@tznind, using v2win and v2net, do you know why if we long press mouse button on a `Button`, when the button is released the click event doesn't occur and it...
> Hmn not sure, is this an issue in dev? Can raise seperate issue? In v2_develop. Issue opened in #4138. Thanks.
@tig sorry for my confusion. `TextView` contains the `Multiline` property and not the `TextField`. If you use a `TextView` with `Multiline` as true and with focus, then the `Enter` key...
> I think so. > > But if `textView.MultiLine == false`, shouldn't it behave just like a `TextField` in this regard? Yes, in this case return false for the default...
> Also, I goofed and misnamed the branch here. That just adds to the confusion. It was also my fault for confusing `TextField` with `TextView`, sorry. What matters is that...