You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anchor link history for Golang API web pages is broken when browsing with Firefox.
For example:
1. browse to http://golang.org/pkg/net/
2. click on any of the items in the index. You will be auto-scrolled down to the item
heading
4. Click back button...nothing happens
Back button should take you back to the index.
By trial and error, I've discovered that removing the stylesheet from the following line
fixes the issue:
<div id="mainframe" style="position: fixed; bottom: 0; top:0;
overflow: auto; width: 100%;">
I'm not sure why this stylesheet is a problem for Firefox. Posting here so that others
can provide some insight.
Tested using Firefox 30.0 on Fedora 20 x86_64. Also confirmed this issue with others on
#go-nuts irc channel.
The text was updated successfully, but these errors were encountered:
by [email protected]:
The text was updated successfully, but these errors were encountered: