Sprintask Bug Fix – IE Compatibility Issue Solved

Bug: Today one of my friends sent me a screen shot of a major bug encountered while opening https://sprintask.vibgy.com in IE6. It’s a javascript error. Cause: There is timer which removes the red label directing new users to help. When the timer times out, it calls a function. Inside this function, new object variable is… Continue reading Sprintask Bug Fix – IE Compatibility Issue Solved

Sprintask Bug Fixed: Wrong month in whitearea

Bug: When the task details are added to the white area, the month was showing 1 for Feb, which should be 2. Cause: In javascript getMonth() function returns a number representing the month starting from 0 to 11. But this is not how we understand month. Fix: Put getMonth()+1 in the script Please feel free… Continue reading Sprintask Bug Fixed: Wrong month in whitearea