Markus Røyset

Results 99 comments of Markus Røyset

Does it work if you only apply the style to the canvas? If so, we can apply the style programmatically. We'll probably also want to look into what using `preventDefault()`...

> Maybe we should we be respecting https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_min_inner_size or at least hardcode a minimum size of 1x1? Getting resize events that tell you the window is `0x0` is currently expected...

Given that the spec for the API in question is still a "working draft", I'm a bit hesitant to enable it by default, despite its "wide availablity".

I think the issue is that we lack people who are both experienced with and interested in maintaining the X11 backend.

The X11-only CI appears to be failing due to a somehow missing `waland-client` system library. Not sure what's up with that.

> Strangely, its the x11 build that failed. Indeed. It's quite strange. Could it be that there's some side-effect `softbuffer` inadvertently relies on when we enable our Wayland deps? I'm...

On alternative might be to swap out `servo-fontconfig` with `fontconfig`/`yeslogic-fontconfig`, which doesn't fall back to vendoring fontconfig and expat when it can't find a compatible version of fontconfig at build...

I feel like the default should be what works best for the most amount of people, and that seems to me like it would require the fancy decorations.

This feels like it straddles the line between what we consider in scope and what we don't. The convenience factor is probably nice for those who want this functionality, but...

What sort of application are you making? As far as I'm aware, you won't get much of any input events from Winit on Wayland if your window isn't focused (or...