Bug #2858
openCreate - when creating a document with long spaces between lines in the overview, automatic new page creation should be made in the preview. But it does not.
0%
Description
1. Login the Lauditor
2. Click on Doc-Editor
3. click on Create
4. Insert an overview
5. Enter the first line
6. Give long space [for ex: more than 100 new lines]
7. After giving space, enter any text
8. click on save
9. Enter the file name
10. Click on save
Automatic new page creation should be made in the preview while giving long space between the lines in any input field . But it does not.
It is working in web. please have a reference from web.
This issue is applicable for all input field [Overview, Section, sub section, subsubsection, paragraph]
https://drive.google.com/file/d/1URKUIyFRbmxHzImR5eSbHQ06cCS1K9cp/view?usp=drive_link [In iOS, new page is not created while giving long space]
Files
Updated by Neela Chinnappa 7 months ago
- Subject changed from Create - when creating a document with long spaces between lines in the overview and automatic new page creation should be made in the preview. But it does not. to Create - when creating a document with long spaces between lines in the overview, automatic new page creation should be made in the preview. But it does not.
Updated by Anonymous 7 months ago
- Status changed from New to Feedback
- Assignee changed from Anonymous to akhila bs
Check below create document request and open document response,
Create Document:
https://stagingapi.latex.digicoffer.com/v1/document : parameters:Optional(["documentname": "Ovspace1"])
{"id":"665ec57b656f125d486efa81","message":"Document Created"}
https://stagingapi.latex.digicoffer.com/v1/document/page/665ec57b656f125d486efa81
["page": 1, "document": "\\documentclass{article}\\usepackage{hyperref}\n \\usepackage{geometry}\\geometry{a4paper,total={170mm,257mm},left=20mm,top=20mm,}<ltk>\\title\n {Ovsspace}<ltk>\\author{I space}<ltk>\\date{}<ltk>\\begin{document}<ltk>\\maketitle<ltk>\\abstract Berfore\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nAfter"]
Open Document:
https://stagingapi.latex.digicoffer.com/v1/document/665ec57b656f125d486efa81
[{"createdon":{"$date":"2024-06-04T07:42:51.477Z"},"docid":"665ec57b656f125d486efa81","document":"\\documentclass{article}\\usepackage{hyperref}\n \\usepackage{geometry}\\geometry{a4paper,total={170mm,257mm},left=20mm,top=20mm,}<ltk>\\title\n {Ovsspace}<ltk>\\author{I space}<ltk>\\date{}<ltk>\\begin{document}<ltk>\\maketitle<ltk>\\abstract Berfore\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nAfter","page":1,"pageid":"665ec57b656f125d486efa82","updatedon":{"$date":"2024-06-04T07:42:51.477Z"},"userid":"63abced4a1db7257fd8508ee"}]
Document view is link shared by server, space issues you have to discuss with back-end. Above request and response will reference for doc-editor api access.