Simon Hausmann

Results 390 comments of Simon Hausmann

`window().hide()` not hiding the window seems odd to me. We pretty quickly call `winit_window.set_visible(false);`, but the event loop is kept alive (in your example). I've tried your example and I...

Ahh, that explains it! I was trying your example last week and I saw the same effect, that hide() didn't just do anything at all. Explains it, when it's not...

> > This means we'll have to keep the winit Window in a RefCell and destroy it and re-create it all the time the user wants it to have it...

Yes, size makes sense to keep apart. Combining italic, underline, etc. might be worth it. I wonder how to handle a case like this: ``` component Foo inherits Text {...

I can reproduce it. Will edit the description with a test case.

Thanks for the report - this looks indeed like a bug. > What differences between the two versions could cause this? That's a good question... This would happen if an...

I agree. If the mouse is over a child of a `TouchArea`, `has-hover` should remain true.

I agree about `TextInputInterface.keyboard-modifiers`. That seems like a pragmatic choice.

Thank you for your report. Could you describe a little more in detail what you mean with "not change in time"? A couple of more questions: * Which version of...