All work
- To add support for Countdown beyond 365 daysCOUNTDOWN-5Resolved issue: COUNTDOWN-5Hua Soon SIM [Akeles]
- To configure whether to display hours, minutes and secondsCOUNTDOWN-6Resolved issue: COUNTDOWN-6Hua Soon SIM [Akeles]
- Support for multiple countdown timer in the same pageCOUNTDOWN-13Resolved issue: COUNTDOWN-13Hua Soon SIM [Akeles]
- Counter digits not displaying properly when seconds are hiddenCOUNTDOWN-14Resolved issue: COUNTDOWN-14Hua Soon SIM [Akeles]
- D[L].css(...) is undefinedCOUNTDOWN-15Resolved issue: COUNTDOWN-15Hua Soon SIM [Akeles]
- Compatibility with Confluence 5.5COUNTDOWN-16Resolved issue: COUNTDOWN-16Hua Soon SIM [Akeles]
- Different size of countersCOUNTDOWN-17Resolved issue: COUNTDOWN-17Hua Soon SIM [Akeles]
- Countdown Timer not rendered properly when placed within a table cellCOUNTDOWN-18Resolved issue: COUNTDOWN-18Hua Soon SIM [Akeles]
8 of 8
To add support for Countdown beyond 365 days
Fixed
Description
Environment
None
Created June 1, 2013 at 12:11 PM
Updated July 5, 2014 at 4:33 AM
Resolved July 5, 2014 at 4:30 AM
Activity
Show:
Hua Soon SIM [Akeles] July 5, 2014 at 4:33 AM
According to @Low Kah Khang
there was a bug where the year is not also.
After fixing it, the width get screwed up and the seconds increased beyond 60secs.
To fix it, the length of the year is calculated to generate the correct formatting string e.g. "dd:hh:mi:ss" and "dddd:hh:mi:ss"
If I put a countdown date in which is > 365 days (ie 01-07-14) it assumes I am counting down to July this year. I presume it cannot count more than 365 days?? the seconds countdown winds down to 0 in about 2 seconds and then stays as xx:xx:xx:0_ etc.