pixels icon indicating copy to clipboard operation
pixels copied to clipboard

The "minimal-tao" example not working on Linux

Open markusmoenig opened this issue 1 year ago • 3 comments

Hi,

for me pixels with tao under Linux (Ubuntu) does not work. Pixels overdraws the whole window (including the title bar and frame) which causes a lot of flickering. Input events on the window also does not work.

Works great under macOS and Windows.

markusmoenig avatar Mar 26 '23 13:03 markusmoenig

Should this be considered a bug in Tao? The menu bar implementation in Windows allocates space for the menu bar so the inner window size stays as requested. The macOS menu bar is not attached to the window so its inner window size also stays as requested.

parasyte avatar Mar 26 '23 17:03 parasyte

Yes right. I report this to the Tao people. Thanks.

markusmoenig avatar Mar 26 '23 21:03 markusmoenig

Link-back for reference: https://github.com/tauri-apps/tao/issues/717

parasyte avatar Mar 26 '23 21:03 parasyte