juechafun/01-项目/2604-编程软件/Bug-编程软件-已保存退出弹窗.md

46 lines
823 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
#领域/未知
#复盘/0 #Bug/关闭
## 一句话描述
[___文件已经保存却依然显示保存弹窗_____]
---
## 基础元信息
影响范围:[__退出软件_____]
## 缺陷记录
### 前置条件
[__编程软件N46______]
### 复现步骤
1. [__打开主程序-1、主程序-2______]
2. [__设置两个都为”*“标志未保存尝试关闭期望有弹窗______]
3. [__设置一个为”*“标志未保存一个已保存尝试关闭期望有弹窗______]
4. 设置两个都已保存,尝试关闭,期望无弹窗
### 实际发生结果
[__都保存时依然出现弹窗______]
### 期望结果
[___无”未保存“时不弹窗_____]
### 排查建议
1. [_________]
### 根因分析
[__程序并未判断是否存在未保存文件而是直接进行保存______]