Commit ee59c2e
committed
fix: keep notification hover state on close button edge
1. Extend the notification bubble input area to cover the close button
edge outside the notification card background
2. Keep the bubble delegate width aligned with the expanded input area
while preserving the 360px notification content layout and right margin
3. Use the delegate hover state to keep the close button visible and
block timeout closing while the pointer stays on the edge area
Influence:
1. Test notification bubble hover on the notification body and close button edge
2. Verify the close button remains visible when hovering its top-right edge
3. Verify hovered notifications do not expire automatically
4. Verify notification position and stacking animation remain unchanged
fix: 保持通知关闭按钮边缘区域悬停状态
1. 扩展通知气泡输入区域,覆盖通知卡片背景外的关闭按钮边缘区域
2. 保持delegate宽度与扩展后的输入区域一致,同时保留360px通知内容布局和右边距
3. 使用delegate悬停状态保持关闭按钮显示,并在指针位于边缘区域时阻止通知超时关闭
Influence:
1. 测试通知主体和关闭按钮边缘区域的悬停效果
2. 验证鼠标悬停在右上角关闭按钮边缘时关闭按钮持续显示
3. 验证悬停状态下通知不会自动超时消失
4. 验证通知显示位置和堆叠动画保持不变
PMS: BUG-3659631 parent 832e381 commit ee59c2e
2 files changed
Lines changed: 26 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| 33 | + | |
| 34 | + | |
21 | 35 | | |
| 36 | + | |
22 | 37 | | |
23 | 38 | | |
24 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments