Bug 348 - Timer progress bar could not upgrade correctly
Summary: Timer progress bar could not upgrade correctly
Status: RESOLVED FIXED
Alias: None
Product: Limited Linking Kindergarten
Classification: Unclassified
Component: Timer (show other bugs)
Version: V2.0
Hardware: PC Windows
: Normal major
Assignee: Sun Chengyu
URL:
Depends on:
Blocks:
 
Reported: 2019-12-05 14:08 HKT by qihuadong2-c
Modified: 2019-12-05 14:22 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.