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 768047 - Current page is not remembered for epubs
Current page is not remembered for epubs
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: books
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Books Maintainers
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-06-25 23:04 UTC by Bastien Nocera
Modified: 2016-06-26 02:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2016-06-25 23:04:29 UTC
This is what we'd want to do with epubs:
https://git.gnome.org/browse/gnome-documents/tree/src/documents.js#n1532

But this is only available when there is an "activeDocModel":
https://git.gnome.org/browse/gnome-documents/tree/src/documents.js#n1519

We'd probably want to hide all the docModel stuff inside each one of the views instead.
Comment 1 Cosimo Cecchi 2016-06-26 02:22:01 UTC
Pushed two patches to master to implement this.