View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004366 | Site | frontpage | public | 2014-04-19 14:35 | 2014-04-19 15:25 | ||||
Reporter | abma | ||||||||
Assigned To | jK | ||||||||
Priority | normal | Severity | block | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0004366: endless loop in frontpage at current test.springrts.com | ||||||||
Description | on frontpage, this function seems to be a endless-loop function getAdvent(year) { var d = new Date(new Date(year + '-12-24 00:00:00').getTime() - 3 * 7 * 24 * 60 * 60 * 1000); while (d.getDay() != 0) { d = new Date(d.getTime() - 24 * 60 * 60 * 1000); } return d; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2014-04-19 15:25 |
happens with Firefox 28.0 on linux |
abma (administrator) 2014-04-19 15:25 |
oops, forget it, thx for fixing! |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-19 14:35 | abma | New Issue | |
2014-04-19 14:35 | abma | Status | new => assigned |
2014-04-19 14:35 | abma | Assigned To | => jK |
2014-04-19 15:13 | jK | Status | assigned => resolved |
2014-04-19 15:13 | jK | Resolution | open => fixed |
2014-04-19 15:25 | abma | Note Added: 0013024 | |
2014-04-19 15:25 | abma | Note Added: 0013025 |