https://bugs.documentfoundation.org/show_bug.cgi?id=169134
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #19 from V Stuart Foote <[email protected]> --- As noted, OOXML .docx is not a core format. Features of LibreOffice are built against OASIS Open Document Format for Office Applications. In this case <Shift>+<F5> has meaning for ODF Document (.odt). OOXML support is via export/import filters that have no requirement to be 100% fidelity. The "_GoBack" named bookmark that OOXML uses was never implemented for LibreOffice filter import--it is simply dropped on import and not written on export. As you've found the feature works as implemented for ODF Document (.odt) format. Discussion around moving away from a reopen cursor position based on a described viewport to a persistent bookmark based opening position is the see also bug 141586. If the devs decide to implement something along those lines, it could likely be refined to implement support for the OOXML flavor of a bookmark. And implementing something for OOXML would be a "Feature Request", and this becomes "Not a Bug" as is, or morphs to a feature request. But then would likely be resolved a duplicate of bug 141586 at that point. Hope that makes sense. Resolving again => NAB, it works as designed. -- You are receiving this mail because: You are the assignee for the bug.
