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

【deepin_V23_beta3】【一般】【立即】【集成测试】【DDE】【launchpad】启动器中鼠标右键点击应用图标,功能异常 #6290

Closed
SuperEffie opened this issue Nov 27, 2023 · 2 comments
Assignees
Labels
P1 高优先 回归通过 回归通过 王子冲 王子冲 罗鑫思 罗鑫思

Comments

@SuperEffie
Copy link

SUMMARY | 问题概要

【关联集成】:issue: #6270

SOFTWARE/OS VERSIONS | 软件/系统版本信息

镜像地址:https://cdimage.uniontech.com/community/releases/23-Beta2/deepin-desktop-community-23-Beta2-amd64.iso
版本信息:dde-launchpad:0.2.2

PRE-REQUIREMENT | 预置条件

No response

STEPS TO REPRODUCE | 复现步骤

  1. 添加集成仓库,下载最新版dde-launchpad
  2. 使用命令sudo apt install dcc-insider-plugin下载相关包,注销后重新登录进入桌面
  3. 控制中心-更新-技术预览选择预览版启动器后重启
  4. 点击任务栏中启动器图标,打开启动器
  5. 右键点击应用,观察是否显示启动器右键菜单

OBSERVED RESULT | 观察到的结果

右键点击应用图标,启动器会退出,会打开应用,需再次打开启动器才能查看启动器右键菜单
youjian

EXPECTED RESULT | 期望的结果

右键点击应用图标,启动器中显示启动器右键菜单,启动器不应退出,且不应打开应用

ADDITIONAL INFORMATION | 额外补充

No response

@babyfengfjx
Copy link

@BLumia 请进行优化~

@BLumia BLumia moved this from 提测 to 评审/合并代码 in DDE QML 敏捷看板(线上版) Dec 15, 2023
BLumia added a commit to linuxdeepin/dde-launchpad that referenced this issue Dec 15, 2023
小窗口模式的左侧应用列表点击鼠标右键也会触发 clicked 信号,会导致应
用被启动。看上去是捕获右键的 TapHandler 添加后会导致 clicked() 被触
发。这里通过添加另一个 TapHandler 处理左键来绕过这个问题。

Issue: linuxdeepin/developer-center#6290
Log:
@luodeepin
Copy link

验证通过
dde-launchpad 0.3.0
6290

@github-project-automation github-project-automation bot moved this from 评审/合并代码 to 验收完成 in DDE QML 敏捷看板(线上版) Dec 20, 2023
@luodeepin luodeepin moved this to CLOSED in V23 Beta2 Dec 20, 2023
@luodeepin luodeepin added 回归通过 回归通过 王子冲 王子冲 罗鑫思 罗鑫思 labels Dec 20, 2023
BLumia added a commit to BLumia/dde-launchpad that referenced this issue Jan 5, 2024
Changelog:

  * Rename "Settings" to "Control Center"
  * Play sfx when send to desktop
  * Support use Enter to launch app in Windowed mode (linuxdeepin/developer-center#6395)
  * Support AppStreamQt 1.0
  * Change DnD mimetype to text/x-dde-launcher-dnd-desktopId
  * Enable cross-page item drag in FullscreenFrame
  * Avoid right click launch app in window mode (linuxdeepin/developer-center#6290)
  * Support "Pin to top" for favorited items (linuxdeepin/developer-center#6399)
  * Fix missing translation in alphabet category view (linuxdeepin/developer-center#6520)
  * Use two window for different mode to avoid lagging when switching between modes
  * Add dde-application-wizard as dependency
  * Clean up invalid apps after app list changed (linuxdeepin/developer-center#6116)
  * Hide menu when launcher is hidden (linuxdeepin/developer-center#6716)
  * Launchpad cannot get foucus when get shown in second time (linuxdeepin/developer-center#6517)
  * Support OEM config to hide app form be shown in launchpad
  * Fix highlight not visible when focus in (linuxdeepin/developer-center#6397)

Log:
BLumia added a commit to BLumia/dde-launchpad that referenced this issue Jan 5, 2024
Changelog:

  * Rename "Settings" to "Control Center"
  * Play sfx when send to desktop
  * Support use Enter to launch app in Windowed mode (linuxdeepin/developer-center#6395)
  * Support AppStreamQt 1.0
  * Change DnD mimetype to text/x-dde-launcher-dnd-desktopId
  * Enable cross-page item drag in FullscreenFrame
  * Avoid right click launch app in window mode (linuxdeepin/developer-center#6290)
  * Support "Pin to top" for favorited items (linuxdeepin/developer-center#6399)
  * Fix missing translation in alphabet category view (linuxdeepin/developer-center#6520)
  * Use two window for different mode to avoid lagging when switching between modes
  * Add dde-application-wizard as dependency
  * Clean up invalid apps after app list changed (linuxdeepin/developer-center#6116)
  * Hide menu when launcher is hidden (linuxdeepin/developer-center#6716)
  * Launchpad cannot get foucus when get shown in second time (linuxdeepin/developer-center#6517)
  * Support OEM config to hide app form be shown in launchpad
  * Fix highlight not visible when focus in (linuxdeepin/developer-center#6397)

Log:
FeiWang1119 pushed a commit to FeiWang1119/dde-launchpad that referenced this issue Dec 14, 2024
小窗口模式的左侧应用列表点击鼠标右键也会触发 clicked 信号,会导致应
用被启动。看上去是捕获右键的 TapHandler 添加后会导致 clicked() 被触
发。这里通过添加另一个 TapHandler 处理左键来绕过这个问题。

Issue: linuxdeepin/developer-center#6290
Log:
FeiWang1119 pushed a commit to FeiWang1119/dde-launchpad that referenced this issue Dec 14, 2024
Changelog:

  * Rename "Settings" to "Control Center"
  * Play sfx when send to desktop
  * Support use Enter to launch app in Windowed mode (linuxdeepin/developer-center#6395)
  * Support AppStreamQt 1.0
  * Change DnD mimetype to text/x-dde-launcher-dnd-desktopId
  * Enable cross-page item drag in FullscreenFrame
  * Avoid right click launch app in window mode (linuxdeepin/developer-center#6290)
  * Support "Pin to top" for favorited items (linuxdeepin/developer-center#6399)
  * Fix missing translation in alphabet category view (linuxdeepin/developer-center#6520)
  * Use two window for different mode to avoid lagging when switching between modes
  * Add dde-application-wizard as dependency
  * Clean up invalid apps after app list changed (linuxdeepin/developer-center#6116)
  * Hide menu when launcher is hidden (linuxdeepin/developer-center#6716)
  * Launchpad cannot get foucus when get shown in second time (linuxdeepin/developer-center#6517)
  * Support OEM config to hide app form be shown in launchpad
  * Fix highlight not visible when focus in (linuxdeepin/developer-center#6397)

Log:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 高优先 回归通过 回归通过 王子冲 王子冲 罗鑫思 罗鑫思
Projects
Status: 验收完成
Status: CLOSED
Development

No branches or pull requests

4 participants