fix: clear DComboBox popup highlight on mouse leave#734
Merged
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom Mar 23, 2026
Merged
fix: clear DComboBox popup highlight on mouse leave#734deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
Contributor
|
Skipping CI for Draft Pull Request. |
3f3d0bf to
aeeeb01
Compare
aeeeb01 to
a47529a
Compare
18202781743
previously approved these changes
Mar 23, 2026
- Add eventFilter to handle Leave events, clearing highlight when mouse exits popup - Remember the previous index so keyboard navigation can continue from where it left off - Update example code to use DComboBox consistently - Add unit tests for popup leave and keyboard navigation behavior Log: fix popup highlight not cleared when mouse leaves dropdown Influence: DTK Widget DComboBox PMS: BUG-304991 fix: DComboBox 下拉弹窗鼠标离开时清除高亮 - 添加 eventFilter 处理 Leave 事件,鼠标移出弹窗时清除高亮 - 记住之前的索引位置,使键盘导航可以从离开处继续 - 更新示例代码统一使用 DComboBox - 添加单元测试覆盖弹窗离开和键盘导航行为 Log: 修复下拉框弹窗鼠标离开时未清除高亮问题 Influence: DTK Widget DComboBox PMS: BUG-304991
a47529a to
ca7af3c
Compare
18202781743
approved these changes
Mar 23, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, electricface The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Member
Author
|
/forcemerge |
Contributor
|
This pr force merged! (status: blocked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mouse exits popup
from where it left off
Log: fix popup highlight not cleared when mouse leaves dropdown
Influence: DTK Widget DComboBox
PMS: BUG-304991
fix: DComboBox 下拉弹窗鼠标离开时清除高亮
Log: 修复下拉框弹窗鼠标离开时未清除高亮问题
Influence: DTK Widget DComboBox
PMS: BUG-304991