summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-12-09 21:08:29 +0000
committerGravatar admin <admin@branchable.com>2013-12-09 21:08:29 +0000
commit0bb99d98e475057b62b6b7cd3c769ba4b65c21bd (patch)
treeb3d4854ab709f10c10f708d303e1ecd68fad4f6b
parentfd4674dfdbd913e2f76d80ac743fb0aa4625ac3f (diff)
Added a comment
-rw-r--r--doc/bugs/links_in_firefox_do_not_always_work/comment_1_5e506674f157e8ed612eca1f9adfa068._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/links_in_firefox_do_not_always_work/comment_1_5e506674f157e8ed612eca1f9adfa068._comment b/doc/bugs/links_in_firefox_do_not_always_work/comment_1_5e506674f157e8ed612eca1f9adfa068._comment
new file mode 100644
index 000000000..1249a6f81
--- /dev/null
+++ b/doc/bugs/links_in_firefox_do_not_always_work/comment_1_5e506674f157e8ed612eca1f9adfa068._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.64"
+ subject="comment 1"
+ date="2013-12-09T21:08:29Z"
+ content="""
+Thanks, that's very interesting indeed.
+
+When I was debugging this on Windows, I had the network console open, and could see clearly that Firefox was trying to load \"/\" when I clicked on a link to \"/config\". Both firefox and the git-annex webapp's debug log agreed that it asked for the wrong page.
+
+I have just reproduced it using iceweasel as well. I know that I have tested git-annex before under iceweasel and it seemed to work.
+
+Seems that clicking 3+ times on a link makes it finally follow it.
+
+I wonder if this has something to do with the long polling. Disabling javascript would avoid it if so. They've made disabling JS in firefox sufficiently hard that I cannot find how to do it.
+
+Also, the problem seems to open happen on the main page (/). Once I get to any other page, further links are followed without trouble.
+"""]]