8000 Fix disabled scanning on search page not disabling for touch by Kuuuube · Pull Request #2027 · yomidevs/yomitan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix disabled scanning on search page not disabling for touch #2027

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

Merged
merged 1 commit into from
May 30, 2025

Conversation

Kuuuube
Copy link
Member
@Kuuuube Kuuuube commented May 29, 2025
  1. options.scanning.enableOnSearchPage was never properly checked for. It was checked for in _updateNestedFrontend but the disable is promptly overwritten.

  2. query-parser.js setOptions calls this._textScanner.setEnabled(true); right before it is also called by its parent display.js _updateContentTextScanner. The value it sets is also immediately overwritten.

  3. Who in the world wrote this: [...args].

@Kuuuube Kuuuube requested a review from a team as a code owner May 29, 2025 23:34
@Kuuuube Kuuuube added kind/bug The issue or PR is regarding a bug area/ui-ux The issue or PR is related to UI/UX/Design area/tech-debt labels May 29, 2025
@jamesmaa jamesmaa added this pull request to the merge queue May 30, 2025
Merged via the queue into yomidevs:master with commit 86d45c0 May 30, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tech-debt area/ui-ux The issue or PR is related to UI/UX/Design kind/bug The issue or PR is regarding a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0