Bug 350 - Bonus and punishment time could not be presented on progress bar correctly
Summary: Bonus and punishment time could not be presented on progress bar 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:11 HKT by qihuadong2-c
Modified: 2019-12-05 14:30 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:11:14 HKT
Steps to reproduce:
1. Run main game
2. Enter game with a player name and randomly select game size from setting
3. Successfully cancel two grids or select two grids from different types.

Actual result:
Bonus / Punishment time is not presented in the timer progress bar. There is no affect to the amount of time remaining.

Expected result:
Time progress bar should move according to bonus / punishment time. The amount of time remaining should change.
Comment 1 Sun Chengyu 2019-12-05 14:13:51 HKT
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10. Fixing in progress.
Comment 2 Sun Chengyu 2019-12-05 14:30:54 HKT
This issue has been fixed by updating the value of timer progress bar immediately after getting bonus or punishment instruction in TimerThread. Previously the behavior of time change when timer is running is not well-developed.