After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362882 - middle-click on "forward" button opens previous page
middle-click on "forward" button opens previous page
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Controls
2.16.x
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-10-17 15:16 UTC by Sebastien Bacher
Modified: 2006-11-19 13:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Remove double history copy. (1.71 KB, patch)
2006-11-12 21:06 UTC, Jean-François Rameau
none Details | Review

Description Sebastien Bacher 2006-10-17 15:16:17 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."
Comment 1 Christian Persch 2006-10-17 19:34:20 UTC
Confirmed. Should be easy to fix.
Comment 2 Bruno Boaventura 2006-11-10 23:55:45 UTC
I'll try to fix this.
Comment 3 Bruno Boaventura 2006-11-11 00:47:01 UTC
Can anybody give me a help to start?
Comment 4 Bruno Boaventura 2006-11-11 00:49:45 UTC

*** This bug has been marked as a duplicate of 362591 ***
Comment 5 Sebastien Bacher 2006-11-11 01:51:23 UTC
not a duplicate
Comment 6 Christian Persch 2006-11-11 13:41:14 UTC
The bug should be somewhere in src/ephy-navigation-action.c
Comment 7 Jean-François Rameau 2006-11-12 21:06:31 UTC
Created attachment 76444 [details] [review]
Remove double history copy.

If no regression, patch will be applied quickly on 2.16 branch.
Comment 8 Jean-François Rameau 2006-11-12 21:07:33 UTC
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.
Comment 9 Jean-François Rameau 2006-11-19 13:39:26 UTC
Applied to gnome-2.16 branch.