mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 21:46:00 +03:00
[GH-ISSUE #278] Can not open a new session immediately after close tab by mouse middle key down. #1203
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhj9709 on GitHub (Aug 17, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/278
Originally assigned to: @VShawn on GitHub.
Describe the bug
A clear and concise description of what the bug is.
PRemoteM不使用全屏和mstsc.exe模式式,打开链接后会有一个个tab,我在使用鼠标中键关闭tab页时,我想再次连接网关闭的服务器时,双击无反应。需要过段时间才可以。我测试了以下几种情况:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@VShawn commented on GitHub (Aug 18, 2022):
hello, thanks for the bug report. This ticke has been confirmed and fixed.
@VShawn commented on GitHub (Aug 18, 2022):
BUG 原因为将鼠标中键事件绑定到了 tab 控件自身的关闭命令,而其他的关闭方式都是绑定到我自己写的关闭逻辑。