Darren Burns
Darren Burns
Thanks for this @JoshKarpel, it looks really useful - we'll try and review it soon!
Can confirm this fixed the issue inside my file manager app :)
> Not 100% this is the same issue. I find your description a little hard to follow. Any chance you could narrow it down a little, and post as an...
The docs were updated a little prematurely - this'll be part of the next release (which I think will be this weekend, but @willmcgugan can confirm)
We need to discuss what the Hide event should do. Right now, the docs says a Hide event will fire when a widget moves off-screen, which feels very wrong to...
@willmcgugan Yes, the example in the original post was never fixed. I started "fixing" it, but wasn't sure about the exact intended behaviour. The reason I was unsure was because...
Possibly related? https://github.com/Textualize/textual/pull/3647
I think this same issue (or something very similar) has bit someone on Discord this morning. When there's nesting involved, the margin of the parent seems to not be taken...
Related to work @davep is doing now.
Needs an `event.stop()` inside `Button._on_key` to stop the key event propagating? This raises more questions though :)