Skip to content
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

Document title is not recognized by LibreOffice #68

Closed
connium opened this issue Feb 26, 2019 · 0 comments
Closed

Document title is not recognized by LibreOffice #68

connium opened this issue Feb 26, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@connium
Copy link
Owner

connium commented Feb 26, 2019

Describe the bug
When a title is set in the documents metadata it is not recognized by LibreOffice.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new TextDocument
  2. Set title with document.getMeta().setTitle('someTitle')
  3. Save document
  4. Open document with LibreOffice and check the documents properties.
    The title is empty.

Expected behavior
The title should be visible in LibreOffice.

Environment (please complete the following information):

  • OS: Ubuntu 18.04.2 LTS
  • Node.js version: 8.15.0
  • Version 0.7.0

Additional context
Reason for this behavior seems to be a missing / at the end of the xmlns:dc declaraion.

  • current: xmlns:dc="http://purl.org/dc/elements/1.1"
  • expected: xmlns:dc="http://purl.org/dc/elements/1.1/"
@connium connium self-assigned this Feb 26, 2019
@connium connium added the bug Something isn't working label Feb 26, 2019
@connium connium added this to the 0.8.0 milestone Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant