fix(info-dialog): auto-save filename on focus loss#287
Conversation
Add focus handling to property delegates and auto-save filename when input loses focus, preventing data loss when clicking other items. 为属性委托添加焦点处理,输入框失去焦点时自动保存文件名, 防止点击其他项时数据丢失。 Log: 修复信息对话框文件名编辑失去焦点时自动保存 PMS: BUG-323761 Influence: 修复文件名编辑功能,用户在信息对话框中编辑文件名后点击其他区域时,会自动保存文件名,避免数据丢失。
deepin pr auto review这份代码diff主要包含三个文件的修改: 1.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, lzwind 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 |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
Add focus handling to property delegates and auto-save filename when input loses focus, preventing data loss when clicking other items.
为属性委托添加焦点处理,输入框失去焦点时自动保存文件名,
防止点击其他项时数据丢失。
Log: 修复信息对话框文件名编辑失去焦点时自动保存
PMS: BUG-323761
Influence: 修复文件名编辑功能,用户在信息对话框中编辑文件名后点击其他区域时,会自动保存文件名,避免数据丢失。