moon

Results 7 issues of moon

## Lapce Version : nightly-caab22d and All others ## System information : Win11 A white background appear when Lapce is launched, as follow image . ![image](https://github.com/lapce/lapce/assets/32634377/4baed691-6988-45df-b18d-b35b34f5d19b)

C-bug

![image](https://github.com/lapce/floem/assets/32634377/c9cbea6c-5049-4f74-8947-50671c440d3c) **As shown in the above image, there is a white background that appears upon startup; it's very unsightly and affects the visual experience. It is recommended to eliminate it.**

![image](https://github.com/user-attachments/assets/3f216d2c-6c93-4cac-8931-c9cdd0c2fc91)

``` let window_config = WindowConfig::default() .show_titlebar(true).fullscreen(floem::window::Fullscreen::Borderless(None)) .with_transparent(false) .apply_default_theme(false); ``` This can create fullscreen window ,but titlebar is missing .

![image](https://github.com/user-attachments/assets/e9f893d6-ae5c-4db9-9524-e56a504b3e95) 2024-09-10T08:36:44.546465Z ERROR xwork::panic_hook: thread main panicked at | file://./D:\prg\.cargo\registry\src\index.crates.io-6f17d22bba15001f\lapce-xi-rope-0.3.2\src\rope.rs:573:19 Backtrace [{ fn: "DispatchMessageW" }, { fn: "CallWindowProcW" }, { fn: "wglSwapBuffers" }, { fn: "DispatchMessageW" }, { fn: "DispatchMessageW"...

text-input can not input chinese

## Lapce Version 0.4.2+Nightly.db8ac2c ![image](https://github.com/user-attachments/assets/03411987-b95b-4b07-844c-32466ec66511) ## System information : Win11 ## Can not change Keyboard ShortCuts

C-bug