Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] IME window is not positioning correctly on tauri #5986

Closed
glyh opened this issue Jan 4, 2023 · 3 comments
Closed

[bug] IME window is not positioning correctly on tauri #5986

glyh opened this issue Jan 4, 2023 · 3 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@glyh
Copy link

glyh commented Jan 4, 2023

Describe the bug

image

Reproduction

  1. use sway on linux
  2. install fcitx5
  3. create-tauri-app with cljs template
  4. run tauri
  5. type anything that requires IME in the box

Expected behavior

the selection window should be positioned at the input area

Platform and versions

[email protected] tauri
tauri info

Environment
› OS: Arch Linux Rolling Release X64
› Node.js: 19.3.0
› npm: 8.19.2
› pnpm: Not installed!
› yarn: 1.22.19
› rustup: 1.25.1
› rustc: 1.66.0
› cargo: 1.66.0
› Rust toolchain: stable-x86_64-unknown-linux-gnu

Packages
› @tauri-apps/cli [NPM]: 1.2.2
› @tauri-apps/api [NPM]: 1.2.0
› tauri [RUST]: 1.2.3,
› tauri-build [RUST]: 1.2.1,
› tao [RUST]: 0.15.8,
› wry [RUST]: 0.23.4,

App
› build-type: bundle
› CSP: unset
› distDir: ../public
› devPath: http://localhost:1420/
› framework: React

App directory structure
├─ src-tauri
├─ .vscode
├─ public
├─ src
├─ node_modules
└─ .shadow-cljs

Stack trace

None

Additional context

None

@glyh glyh added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jan 4, 2023
@heddxh
Copy link

heddxh commented Feb 2, 2023

Same here, every tauri program will happen.

@krokosik
Copy link

I see that a fix was release with WRY 0.29.0. Is it possible to use that version without upgrading Tauri to v2?

@FabianLars
Copy link
Member

No, the fix would have to be backported to 0.24 to be able to use it in tauri v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
Status: 📬Proposal
Development

No branches or pull requests

4 participants