https://bugs.freedesktop.org/show_bug.cgi?id=80960
--- Comment #17 from Olibuntu <[email protected]> --- (In reply to Jan Holesovsky from comment #3) > For the record, the last cursor position is stored in > > <config:config-item config:name="ViewLeft" > <config:config-item config:name="ViewTop" > > in settings.xml. I saved a document in 4.3 and opened it with 4.2: the cursor was at the top although I saved it with a different cursor position. Then I moved the cursor somewhere else and saved the document in 4.2. After reopening the document in 4.2 the cursor was correctly at the stored position. Afterwards I compared the two instances of settings.xml and realized the following: In 4.2 the config items "ViewLeft" etc. were of type "int", whereas in 4.3 they were of type "long". (More precisely, all items of type "int" in 4.2 were of type "long" in 4.3.) Then, for the hack of it, I replaced all occurences of "int" with "long" and 4.2 opened the document at the right cursor position saved by 4.3 (although the display of pages was a bit bizarre). Maybe this can give a hint at where the bug is? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
