-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Custom numbers in titles are hidden during comparison #2998
Labels
confirmed-bug
Issues with confirmed bugs
Comments
Hello, @hyunrealshadow |
Rita-Bubnova
added
the
waiting feedback
Issues that we waiting to be answered from author of issue
label
Nov 21, 2024
@matveevms <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>OnlyOffice</title>
<script src="http://10.10.10.1:8080/web-apps/apps/api/documents/api.js"></script>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
}
</style>
</head>
<body>
<div id="placeholder"></div>
<script>
let docEditor;
function onRequestCompareFile() {
docEditor.setRequestedDocument({
c: "compare",
fileType: "docx",
url: "http://10.10.10.1:3000/Heading2.docx",
});
}
function initEditor() {
docEditor = new DocsAPI.DocEditor("placeholder", {
document: {
fileType: "docx",
key: "f4790084-3850-4a5a-b653-20ce78a18ce6",
title: "Document 1.docx",
url: "http://10.10.10.1:3000/Heading1.docx",
},
// editorConfig: {
// lang: "zh-CN",
// },
events: {
onRequestCompareFile,
},
});
}
initEditor();
</script>
</body>
</html> The comparison code is as above. |
Rita-Bubnova
removed
the
waiting feedback
Issues that we waiting to be answered from author of issue
label
Nov 22, 2024
I created ticket #71822 with your issue. When some fixes will be done we'll text you here in this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is unique.
Operating System of DocumentServer
Docker
Version information
8.2.0
Expected Behavior
The numbers are displayed correctly during comparison.
Actual Behavior
The numbers are not displayed during comparison.
Reproduction Steps
Additional information
No response
The text was updated successfully, but these errors were encountered: