GNOME Bugzilla – Bug 362882
middle-click on "forward" button opens previous page
Last modified: 2006-11-19 13:39:26 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/epiphany-browser/+bug/66401 "Facts: →middle clicking the "back" button opens the previous page on a separate tab. →middle clicking the "forward" button opens the PREVIOUS page on a separate tab too. It should open the NEXT page, not the previous one."
Confirmed. Should be easy to fix.
I'll try to fix this.
Can anybody give me a help to start?
*** This bug has been marked as a duplicate of 362591 ***
not a duplicate
The bug should be somewhere in src/ephy-navigation-action.c
Created attachment 76444 [details] [review] Remove double history copy. If no regression, patch will be applied quickly on 2.16 branch.
Applied on HEAD. 2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (activate_by_history_index): * src/ephy-shell.c: (ephy_shell_new_tab_full): Remove a double call to history copy when middle-clicking on back/forward buttons. Fix bug #362882.
Applied to gnome-2.16 branch.