-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yet another Journal issue #114
Comments
Also the following test fails:
Am I doing something wrong? |
I don't think you are doing anything wrong here. I simplified the test even further:
If you look at the console logs for pages 1,2 & 3 you'll see that page 1 seems to have gone ( you can tell by the text value of the footer text - the last two pages are "Page 3 footer".) So my assessment here is that this is a bug with journalling and deleting and undoing on pages. |
@ccxvii Think we have discovered a bug with journaling here. |
Are there any workarounds I can use until the issue is fixed? |
@xeladotbe So it appears to be a kind of "runtime"issue. In fact the
Then the saved document has the correct pages in the correct (original) order. Of course I don't know if this helps you or not for your situation and we still need to fix the bug. |
Created a BugZilla issue as this requires a fix in core MuPDF, see: https://bugs.ghostscript.com/show_bug.cgi?id=708052 |
Hey @jamie-lemon, unfortunately this doesn't fix my problem, but I would temporarily just re-implement the rotation with css until the bug is fixed |
Hello,
I am rearranging pages in a PDF document and individual pages are also being rotated. If I use the undo function of the journal to undo individual changes, the pages in the PDF no longer correspond to the original pages.
I have written a test to reproduce the problem.
The test is based on the existing test “should undo an operation” and without the rotation, the test is successful.
This also happens with mupdf 0.2.3 but also with 0.3.0
Regards,
Alex
The text was updated successfully, but these errors were encountered: