https://bugs.kde.org/show_bug.cgi?id=442304
--- Comment #12 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- [3012778,804] -> xdg_wm_base@23.create_positioner(new id xdg_positioner@70) [3012778,818] -> xdg_positioner@70.set_size(351, 659) [3012778,831] -> xdg_positioner@70.set_anchor_rect(977, 459, 4, 4) [3012778,859] -> xdg_positioner@70.set_offset(0, 0) [3012778,873] -> xdg_positioner@70.set_anchor(8) [3012778,881] -> xdg_positioner@70.set_gravity(8) [3012778,897] -> xdg_positioner@70.set_constraint_adjustment(61) [3012778,909] -> xdg_wm_base@23.get_xdg_surface(new id xdg_surface@71, wl_surface@52) [3012778,930] -> xdg_surface@71.get_popup(new id xdg_popup@72, xdg_surface@32, xdg_positioner@70) [3012778,950] -> xdg_positioner@70.destroy() [3012778,964] -> wl_surface@52.commit() ... [3012861,376] xdg_popup@72.configure(981, 463, 351, 353) [3012861,553] xdg_surface@71.configure(404) it looks like firefox specifies the following constraints: slide_x, flip_x, flip_y, resize_x, and resize_y. based on the configure event, kwin has resized the popup for some reason instead of flipping it vertically. there were some improvements with geometry updates in 5.23. maybe this bug got fixed without us realizing it. -- You are receiving this mail because: You are watching all bug changes.