-
-
Notifications
You must be signed in to change notification settings - Fork 943
Open
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Before you submit this issue, have you checked the following
- Is this really a problem?
- I have searched the Github Issues for similar issues, but did not find anything.
Affected packages and versions
latest
Reproduction link
Import a document containing a paragraph with the following JSON:
"paragraphStyle": {
"borderBetween": { "color": { "rgb": "auto" }, "width": 1, "dashStyle": 1, "padding": 1 },
"borderTop": { "color": { "rgb": "auto" }, "width": 1, "dashStyle": 1, "padding": 1 },
"borderBottom": { "color": { "rgb": "auto" }, "width": 1, "dashStyle": 1, "padding": 1 },
"borderLeft": { "color": { "rgb": "auto" }, "width": 1, "dashStyle": 1, "padding": 1 },
"borderRight": { "color": { "rgb": "auto" }, "width": 1, "dashStyle": 1, "padding": 1 },
}
Expected behavior
All paragraph borders should be rendered according to the JSON, and paragraph indentation should be respected.
Actual behavior
Only the bottom border is displayed. Indentation is ignored, so the left border does not respect indentStart. If the paragraph is the last in the document, no border may be displayed at all.
System information
No response
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working