Bug #111524
测试 Test-IT #110867: V1.0测试功能汇总
测试 Test-IT #110880: BSP-BVT测试-launcher
【AF】【EVT】【launcher】【偶现一次】launcher页面dock栏消失
Status: | CLOSED | Start date: | 2022-08-29 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | SZTS_TEST 邹涛 | % Done: | 100% | |
Category: | CD-APP | |||
Target version: | VX1_MCE_FSE_V1.0_update_20220925 | |||
Need_Info: | -- | Found Version: | 0.0.0.20220826_alpha_private_userdebug | |
Resolution: | FIXED | Degrated: | -- | |
Severity: | Critical | Verified Version: | ||
Reproducibility: | Rarely | Fixed Version: | 2022-09-05 | |
Test Type: | Bring Up Test | Root cause: | 在setInsets()方法中设置hotseat的高度 |
Description
前置条件
1、DUT各模块功能正常且处于开机状态
操作步骤:
1、正常使用TP过程中,查看屏幕显示
实际结果:
1、launcher页面dock消失
预期结果:
1、launcher页面dock正常显示,不会消失
History
#1 Updated by CD APP-王营 almost 3 years ago
- Assignee changed from CD APP-王营 to CD- App-李朝鹏
#2 Updated by CD- App-李朝鹏 almost 3 years ago
- Status changed from New to ASSIGNED
- % Done changed from 0 to 70
#3 Updated by CD- App-李朝鹏 almost 3 years ago
■ Current conclusion
已修改,等待测试进行验证
■ My analysis
1.在setInsets方法中设置了hotseat的高度为零,这方法会在launcher运行中被多次调用,导致hotseat再次被设为零。
2.现从setInsets方法中移出对hotseat高度的设置。
3.直接在hotseat的布局文件中设置hotseat的高度。
■ Next action / ■Submit URL
1.等待测试验证。
2.进行launcher进行各种操作,观察hotseat是否消失。
#4 Updated by CD- App-李朝鹏 almost 3 years ago
- Status changed from ASSIGNED to RESOLVED
- Target version set to 594
- % Done changed from 70 to 100
- Resolution changed from -- to FIXED
- Fixed Version set to 2022-09-05
- Root cause set to 在setInsets()方法中设置hotseat的高度
■ Current conclusion
测试同事已验证,未出现hotseat消失情况
■ My analysis
1.在Hotseat类的setInsets()方法中设置了hotseat的高度为零,在launcher上的所有组件都加载完成后,将hotseat的高度设置为4个图标的高度,setInsets()这个方法会在操作launcher的过程中被多次调用,导致hotseat再次被设为零,进而看不到hotseat。
2.现从setInsets方法中移出对hotseat高度的设置。
3.直接在hotseat的布局文件中设置hotseat的高度。
4.进而不存在hotseat的高度被再次设为0的情况。
■ Next action / ■Submit URL
1.等待测试验证。
2.进行launcher进行各种操作,观察hotseat是否消失。
#5 Updated by CD- App-李朝鹏 almost 3 years ago
- Assignee changed from CD- App-李朝鹏 to SZTS_TEST 邹涛
■ Current conclusion
测试同事已验证,未出现hotseat消失情况
■ My analysis
1.在Hotseat类的setInsets()方法中设置了hotseat的高度为零,在launcher上的所有组件都加载完成后,将hotseat的高度设置为4个图标的高度,setInsets()这个方法会在操作launcher的过程中被多次调用,导致hotseat再次被设为零,进而看不到hotseat。
2.现从setInsets方法中移出对hotseat高度的设置。
3.直接在hotseat的布局文件中设置hotseat的高度。
4.进而不存在hotseat的高度被再次设为0的情况。
■ Next action / ■Submit URL
1.等待测试验证。
2.进行launcher进行各种操作,观察hotseat是否消失。
#6 Updated by CD TPM-申艳艳 almost 3 years ago
- Category set to CD-APP
#7 Updated by SZTS_TEST 邹涛 almost 3 years ago
release分支0907号版本验证问题已修复
#8 Updated by SZTS_TEST 邹涛 almost 3 years ago
- Status changed from RESOLVED to VERIFIED
#9 Updated by SZTS_TEST 邹涛 almost 3 years ago
- Status changed from VERIFIED to CLOSED
#10 Updated by CD SWPM-杨宏伟 almost 3 years ago
- Target version changed from 594 to VX1_MCE_FSE_V1.0_update_20220925
#11 Updated by CD BSP-杜磊 about 2 years ago
- Subject changed from 【BSP】【EVT】【launcher】【偶现一次】launcher页面dock栏消失 to 【AF】【EVT】【launcher】【偶现一次】launcher页面dock栏消失