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] window.find can not work #6816

Open
zhouyangtingwen opened this issue Apr 28, 2023 · 1 comment
Open

[bug] window.find can not work #6816

zhouyangtingwen opened this issue Apr 28, 2023 · 1 comment
Labels
status: upstream This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes type: feature request

Comments

@zhouyangtingwen
Copy link

Describe the bug

window.find can not work in tauri, but in chrome, window.find can work

Reproduction

No response

Expected behavior

No response

Platform and versions

$ tauri info

Environment
  › OS: Mac OS 12.3.1 X64
  › Node.js: 14.18.0
  › npm: 6.14.15
  › pnpm: Not installed!
  › yarn: 1.22.19
  › rustup: 1.25.2
  › rustc: 1.68.2
  › cargo: 1.68.2
  › Rust toolchain: stable-x86_64-apple-darwin 

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

App
  › build-type: bundle
  › CSP: unset
  › distDir: ../dist
  › devPath: http://localhost:1420/
  › framework: Vue.js

App directory structure
  ├─ dist
  ├─ node_modules
  ├─ public
  ├─ .github
  ├─ src-tauri
  ├─ .git
  └─ src

Stack trace

No response

Additional context

No response

@zhouyangtingwen zhouyangtingwen added status: needs triage This issue needs to triage, applied to new issues type: bug labels Apr 28, 2023
@amrbashir
Copy link
Member

This method is not a standard see https://developer.mozilla.org/en-US/docs/Web/API/Window/find so don't expect it to work well especially on macOS and Linux.

also see tauri-apps/wry#585 and tauri-apps/wry#593 for our attempts to solve this.

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2023
@amrbashir amrbashir reopened this May 2, 2023
@amrbashir amrbashir added type: feature request status: upstream This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes and removed type: bug status: needs triage This issue needs to triage, applied to new issues labels May 2, 2023
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: upstream This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes type: feature request
Projects
Status: 📬Proposal
Development

No branches or pull requests

2 participants