Bug 348

Summary: Timer progress bar could not upgrade correctly
Product: Limited Linking Kindergarten Reporter: qihuadong2-c
Component: TimerAssignee: Sun Chengyu <chengysun3-c>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: V2.0   
Hardware: PC   
OS: Windows   

Description qihuadong2-c 2019-12-05 14:08:43 HKT
Steps to reproduce:
1. Run main game
2. Enter game with a player name and randomly select game size from setting
3. Stay in game page

Actual result:
Timer bar on top of game page moves from right to left.

Expected result:
Timer bar should move from left to right, showing time is passing.
Comment 1 Sun Chengyu 2019-12-05 14:11:38 HKT
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200.
Comment 2 Sun Chengyu 2019-12-05 14:13:46 HKT
Fixing is in progress.
Comment 3 Sun Chengyu 2019-12-05 14:22:15 HKT
This bug has been resolved by setting the initial value of timer progress bar to 0 and changing the update algorithm for the timer progress bar. Now it will move from left to right.