BDisp
BDisp
That isn't the current code. https://github.com/gui-cs/Terminal.Gui/blob/43e4a836645036b6aa8acc148d9e714d1bf47e09/Terminal.Gui/Views/TabView.cs#L145-L186
> Strange, I get this in 710 and 720, maybe 2.0.0-pre.720 was released from a different branch? I don't know. You have to wait from the @tig response.
Good catch. Maybe the `value` is null and setting the `_selectedTab` to null.
Even if `old?.HasFocus == true` that doesn't mean that there is currently any tab. Do you think `SelectedTab?.SetFocus ();` is enough?
No, it doesn't. You are using MdiContainer and I didn't test with it but I haven't access to a computer for the next 3 hours. As soon as possible I...
> No, it doesn't. You are using MdiContainer and I didn't test with it but I haven't access to a computer for the next 3 hours. As soon as possible...
I think there is no bug here. From what I understand, you copy text to the clipboard and after the reboot the clipboard is reset and it does not contain...
> You are right. However, what I meant is that, for example, after a PC reboot, when I try to copy text to the clipboard using `Clipboard.TrySetClipboardData`, it fails as...
Now I got it, sorry. I was doing a print screen after open the Terminal.Gui. Now opening the app after the print screen I confirm now that this is bugged...
> I don't understand what scenarios you are referring to. Can you please explain a specific situation where this would come into play? This is related with the PR #3515...