[Bug 65468] Redirects to section are off in Firefox 29.0.1 if there are collapsed elements above the section

2014-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65468

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
...and clicking the browser's address bar and pressing Enter fixes the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65468] Redirects to section are off in Firefox 29.0.1 if there are collapsed elements above the section

2014-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65468

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.24-git
Web browser|--- |Firefox

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
I can confirm this for Firefox 29; comments in Village Pump say that there is
no issue in Firefox 28.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65468] Redirects to section are off in Firefox 29.0.1 if there are collapsed elements above the section

2014-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65468

--- Comment #3 from Lupo lupo.bugzi...@gmail.com ---
Another thought: mediawiki.action.view.redirectToFragment.js does

  if ( window.location.hash === fragment ) {
window.location.hash = fragment;
  }

i.e., it sets it to the value it already has. Maybe the Firefox people decided
not to do anything if location.hash is set, but the value doesn't change?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 65468] Redirects to section are off in Firefox 29.0.1 if there are collapsed elements above the section

2014-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65468

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Only stuff vaguely related in upstream I could find is
https://bugzilla.mozilla.org/show_bug.cgi?id=483304 and
https://bugzilla.mozilla.org/show_bug.cgi?id=668213

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l