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 113694 - epiphany should clone back/forward history on new tab
epiphany should clone back/forward history on new tab
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: History
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2003-05-25 14:33 UTC by Christophe Fergeau
Modified: 2005-10-23 22:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (1.16 KB, patch)
2003-05-25 14:35 UTC, Christian Persch
none Details | Review

Description Christophe Fergeau 2003-05-25 14:33:29 UTC
Epiphany clones the current web page on new tab (and I think it does the
same on new page).
It would be more consistent if it also cloned the content of the
back/forward history (galeon can do it if someone want to port its code... ;)
Comment 1 Christian Persch 2003-05-25 14:35:50 UTC
Created attachment 16823 [details] [review]
fix
Comment 2 Marco Pesenti Gritti 2003-05-25 18:05:08 UTC
Dave, I guess we need to make a call about new page before this ...
Cloning is really slow :/
Comment 3 Dave Bordoley [Not Reading Bug Mail] 2003-05-27 01:51:49 UTC
Marco, upon further thought I don't think the cloning speed is really
an issue, since it can't be any slower than loading the users home
page (assuming the home page isn't local) i assume. That of course
assumes that cloning doesn't block interaction with the rest of the
gui (which I don't think it does, though there may be issues with moz
stealing focus).
Comment 4 Christophe Fergeau 2003-05-27 07:52:47 UTC
A page full of slashdot comments will probably be much slower to load than google... ;)
Comment 5 Marco Pesenti Gritti 2003-05-27 20:55:13 UTC
On some pages it can take like 10 seconds. Google takes no noticable
time (or nearly).
Comment 6 Christian Persch 2004-01-08 16:48:55 UTC
Removing PATCH keyword since the patch doesn't apply to HEAD, and
adapting isn't trivial (embed history cloning API went away).
Comment 7 Zack Cerza 2004-08-11 19:27:27 UTC
Epiphany 1.2.7 doesn't clone the page on new tab... should this be closed now?
Comment 8 Christian Persch 2004-10-13 10:55:17 UTC
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Comment 9 Wouter Bolsterlee (uws) 2005-10-23 22:09:05 UTC
This is fixed in CVS ("backport" from Galeon)
Comment 10 Wouter Bolsterlee (uws) 2005-10-23 22:09:46 UTC
2005-10-12  Philip Langdale  <philipl@mail.utexas.edu>

	* src/ephy-tab.c: (open_link_in_new_tab):
	Copy the back history when a link is opened in
	a new tab from a middle-click or a ctrl-click.
Comment 11 Philip Langdale 2005-10-23 22:13:02 UTC
Yes, I appear to have fixed this :-)