Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

Firefox autocompletion views are not returning WLC_BIT_OVERRIDE_REDIRECT|WLC_BIT_UNMANAGED from wlc_view_get_type #89

Closed ddevault closed 8 years ago

ddevault commented 8 years ago

Which leads to sway treating it like a proper view, which means tiling it, which means lots of weird shit happens.

ddevault commented 8 years ago

This also happens with tooltips, which are a little bit easier to work with when debugging.

ddevault commented 8 years ago

This seems to be fixed as of 359cfe776a17a0fae5f8179e8a89e9b47256f602, which is weird.