diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-12-09 21:39:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-09 21:39:18 +0000 |
commit | 7ed09e784245d5f4aa2be4c2fb30089c9a1b41d4 (patch) | |
tree | d9acef5990e6702955cd2ed6834c5664bd368760 /doc | |
parent | 0bb99d98e475057b62b6b7cd3c769ba4b65c21bd (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/links_in_firefox_do_not_always_work/comment_2_dfde57b433301e971c2d5b9e4d3c824a._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/links_in_firefox_do_not_always_work/comment_2_dfde57b433301e971c2d5b9e4d3c824a._comment b/doc/bugs/links_in_firefox_do_not_always_work/comment_2_dfde57b433301e971c2d5b9e4d3c824a._comment new file mode 100644 index 000000000..cda8995a4 --- /dev/null +++ b/doc/bugs/links_in_firefox_do_not_always_work/comment_2_dfde57b433301e971c2d5b9e4d3c824a._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 2" + date="2013-12-09T21:39:16Z" + content=""" +Tried renaming / to /dashboard , just in case firefox was having problems with the name of the page. Didn't help, so the problem must be something on the page. + +Tried removing the repolist and the transferlist from the dashboard, and this indeed avoided the problem. So it's certainly related to the long polling code. Although note that this left 1 long polling call still on the page, for the sidebar. In fact, only removing one of the repolist or transfer list seems to be enough to avoid the problem. 1 works, 2 works, 3 fails. + +Aha.. After 3 long polling failures, the JS runs a fail function. To work around a seeming bug in chromium when navigating back to a page, [[!commit b5678d74a29023cbeb3d65c0d7f57d20f47ebef9]] made this reload the page. +"""]] |