0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.55k stars 469 forks source link

[Bug]有一个可能算是兼容性的bug There may be a compatibility bug #1247

Open lzj242 opened 1 year ago

lzj242 commented 1 year ago

Describe the bug 我在某种情况下不能在这个软件内复制和剪切还有粘贴。我使用mouseinc打开该软件后,不能复制和剪切还有粘贴,相当于我复制的东西是空的。我需要完全关闭该软件后,关闭里面的所有窗口后,通过点击软件图标打开后才会变成正常的。

To Reproduce

  1. 我使用mouseinc软件(该软件主要作用是鼠标手势)打开该软件 [ ["Execute", "notepads.exe"] ] 这是它的代码语句。很抱歉,由于该项目已经停止,所以我没有一些可用的说明书。
  2. 打开后,我无法复制和粘贴任何的东西,可以剪切,但是我的剪贴板上没有任何东西。
  3. 由于我打开了这个功能,所以我需要在关闭主窗口前关闭所有的文档。 image
  4. 通过点击图标打开后,功能可以正常使用。

Desktop (please complete the following information): 版本 Windows 10 专业版 版本号 22H2 安装日期 ‎2021/‎5/‎30 操作系统内部版本 19045.3155 体验 Windows Feature Experience Pack 1000.19041.1000.0

Additional context 这是mouseinc的GitHub地址https://github.com/shuax/MouseInc.Settings。

Describe the bug I cannot copy, cut, or paste within this software under certain circumstances. After I opened the software using mouseinc, I couldn't copy, cut, or paste, which means the thing I copied was empty. I need to completely close the software, close all windows inside, and open it by clicking on the software icon before it becomes normal. To Reproduce

  1. I use mouseinc software (which mainly uses mouse gestures) to open the software [ ["Execute", "notepads. exe"] ] This is its code statement. I'm sorry, as the project has stopped, I don't have any available manuals.
  2. After opening it, I am unable to copy and paste anything. I can cut it, but there is nothing on my clipboard.
  3. Since I have enabled this feature, I need to close all documents before closing the main window. ! [image]( https://github.com/0x7c13/Notepads/assets/87931706/6595c4df-0d24-4e35-baa4-3b7e3bd0a0d0
  4. After clicking on the icon to open, the function can be used normally. Desktop (please complete the following information): Version Windows 10 Professional Version number 22H2 Installation date May 30, 2021 Operating system internal version 19045.3155 Experience Windows Feature Experience Pack 1000.19041.1000.0 Additional context This is the GitHub address of mouseinc https://github.com/shuax/MouseInc.Settings . Sorry, my description may not be very accurate, and there may be some grammar errors. This bug left me speechless because it was the first time I had encountered such a situation. If it's convenient to solve, please let me know the solution. Thank you. If it's troublesome or for other reasons, then forget it. Thank you again.
0x7c13 commented 10 months ago

Notepads uses Windows system clipboard APIs to get content, it might be a bug in the system or some conflicts between apps. Not sure the root cause tho.