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

v2 bug: Win10唤出Wox,Esc之后,焦点不归还 #4144

Open
2 of 5 tasks
etern opened this issue Mar 4, 2025 · 5 comments
Open
2 of 5 tasks

v2 bug: Win10唤出Wox,Esc之后,焦点不归还 #4144

etern opened this issue Mar 4, 2025 · 5 comments
Assignees

Comments

@etern
Copy link

etern commented Mar 4, 2025

Version

  • v1 (has no resource to fix)
  • v2

Platform

  • Macos
  • Windows
  • Linux

Description

比如:1、用着浏览器
2、唤出Wox查了词典
3、Esc退出之后,浏览器不是当前app了

还要Alt-Tab再把浏览器找回来。

除了上面问题,还有些别的问题,也一块提一下:

  • WebSearch无效,唤出 -> 输入g test -> 回车 -> 弹出了资源管理器 。自己加了个百度搜索,也一样不行
  • 通用设置页面快捷键显示错误,我把快捷键设为ctrl-win-k,配置文件里是对的,但页面显示 ^ K
  • openai的API地址配置无效,我看代码里没用到,很多云厂商兼容openai的接口,希望支持更改api_host
  • AI Commands插件,选模型的时候,能不能不用CombBox,支持直接输入模型名,也为兼容其他模型云厂商
  • AI Commands的添加对话框,一打字,对话框就上下抖动,晃眼
  • 网络设置页面,输入“代理地址”,字符会倒着往外冒,只能先复制好粘贴进去。
  • ClipBoard选择之后,没有粘贴到当前程序,可能和头一个问题一样,当前程序焦点丢失了
  • Wox Light主题,应用之后是灰色的,不是图片所示的白色
  • 还有个偶现的:就是唤出之后,拿不到焦点,打不进字,要鼠标点一下才行。

Log

qianlifeng added a commit that referenced this issue Mar 8, 2025
…issues #4144

- Add ability to open backup and user data folders directly from settings
- Update router to support generic file/folder opening
- Modify backup struct to include full backup path
- Improve backup restore confirmation message in language files
- Add open folder buttons in backup and data location sections
- Remove deprecated proxy settings view
qianlifeng added a commit that referenced this issue Mar 10, 2025
- Add width configuration for AI command prompt setting column
- Optimize AI model selection in plugin settings table
- Prevent focus loss when in settings view
- Implement preloading of AI model options for better UX
qianlifeng added a commit that referenced this issue Mar 10, 2025
- Add support for custom OpenAI API host in provider configuration
- Allow overriding default base URL when a custom host is specified
- Enhance OpenAI client initialization flexibility
qianlifeng added a commit that referenced this issue Mar 10, 2025
- Implement new `/plugin/detail` endpoint to retrieve specific plugin details
- Refactor plugin loading and refresh mechanisms in the settings controller
- Add support for dynamic plugin list updates (add/remove/update)
- Optimize plugin state management and reduce unnecessary API calls
- Remove loading state artifacts and improve plugin list rendering
qianlifeng added a commit that referenced this issue Mar 11, 2025
…storation #4144

- Add DPI scaling support for window centering and positioning
- Implement logging method for window-related events
- Add previous active window tracking for better focus management
- Enhance window show/hide methods with focus restoration
- Improve error handling in window method calls
qianlifeng added a commit that referenced this issue Mar 11, 2025
- Extend hotkey parsing to recognize "windows" and "win" as meta key modifiers
- Improve cross-platform hotkey compatibility
@qianlifeng
Copy link
Member

除了你说的第一个web search无效的问题我无法复现外, 其他的应该都修复了. 可以下载最新版本测试: https://github.com/Wox-launcher/Wox/actions/runs/13800660486

@etern
Copy link
Author

etern commented Mar 12, 2025

下载试过了,多谢大佬。

用最新版复现了web search的问题,我把录屏和对应日志传上来。这个问题有两个细节:

  1. 输入完之后,按第一下回车无响应,按第二下回车才弹出资源管理器
  2. 资源管理器每次都是弹出 “此电脑/Documents” 文件夹

Image

wox2_websearch_bug.log

系统是Win10,平时主要用Chrome,都是自动更新最新版,也装有firefox和Edge

@qianlifeng
Copy link
Member

好的,我再试试能不能复现,我用的win11。估计win10上面的模糊效果也一般的,我看能不能找个win10

qianlifeng added a commit that referenced this issue Mar 12, 2025
- Add timestamp-based debounce for Enter key press
- Prevent multiple rapid Enter key triggers
- Move Enter key handling to key event listener
@qianlifeng
Copy link
Member

下载试过了,多谢大佬。

用最新版复现了web search的问题,我把录屏和对应日志传上来。这个问题有两个细节:

  1. 输入完之后,按第一下回车无响应,按第二下回车才弹出资源管理器
  2. 资源管理器每次都是弹出 “此电脑/Documents” 文件夹

Image Image

wox2_websearch_bug.log

系统是Win10,平时主要用Chrome,都是自动更新最新版,也装有firefox和Edge

这两个问题也找到了, 最新版: https://github.com/Wox-launcher/Wox/actions/runs/13806702649

@etern
Copy link
Author

etern commented Mar 12, 2025

最新版能打开浏览器了,还有个小问题:中间会闪一下cmd窗口:

Image

wox2_websearch_bug2.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants