summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-09 17:44:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-09 17:44:45 -0400
commit9d97060a81812d40c1426266778d8fa577497f32 (patch)
tree6c20f9d81b798ffe915990e9fe123010b0877103 /doc
parent9925b47f1a6c3d4440ab55ed3c92b2792e67973c (diff)
Tweak magic number to fix bad behavior in Firefox, which was caused by an earlier fix to bad behavior in Chromium.
Browsers are crap.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/links_in_firefox_do_not_always_work.mdwn6
-rw-r--r--doc/todo/windows_support.mdwn5
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/bugs/links_in_firefox_do_not_always_work.mdwn b/doc/bugs/links_in_firefox_do_not_always_work.mdwn
index dec8d7ec7..d0b735083 100644
--- a/doc/bugs/links_in_firefox_do_not_always_work.mdwn
+++ b/doc/bugs/links_in_firefox_do_not_always_work.mdwn
@@ -18,3 +18,9 @@ Ubuntu 13.04, firefox 25.0.1
--Walter
+
+> [[fixed|done]]; increased number of longpolling failures allowed before
+> it enters the chromium back button bugfix workaround to 12.
+> Should be more than enough for 3 or 4 long polling elements on a page.
+> (Considered only running the chromium bugfix on chromium, but I don't
+> want to get into browser detection hacks.) --[[Joey]]
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index d0c3aa4d7..3b538e14c 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -18,10 +18,5 @@ now! --[[Joey]]
repo creation, autostart, restarting, etc, as --force is not propigated.)
* `git annex assistant` has not been tested, is probably quite incomplete.
Is known to not download any files. (transferrer doesn't built yet)
-* webapp: Odd problem when using Firefox: Some links don't seem to load.
- Clicking on such a link repeatedly will eventually load the right page.
- Network console shows web browser is requesting page "/"
- despite a link to another page being clicked on. Workaround: Use Chrome
- instead; no such problem there.
* No XMPP support (needs a lot of C libraries which are available in
cygwin, but pkg-config does not list them once installed).