Open aeturneus opened 3 months ago
@xiruatms may be related to https://github.com/OfficeDev/office-js/issues/4640
Possibly related to this issue https://github.com/OfficeDev/office-js/issues/4684
@aeturneus , thanks for reporting this.
Please help to clarify following questions for me:
@xiruatms thanks for taking a look
I can confirm I get the same behavior. No Numbering initially. I then type a single key. The page spasms and inserts the characters %1.%2.%3.... over every tab char/new line?? under the numbered heading.
@xiruatms gentle bump - this is affecting our production application and making most of our forms unusable currently, any path to resolution would be greatly appreciated
@aeturneus , thanks for your patience. Our experts are working on this. To make sure we're on the same page, will you please share the credentials to access your WOPI? Please submit the information using:https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9NvrlmrippKsMvh4kTM325URVZMWjYyQTVOTVNLTUo5VzFRTTcyNU1RSy4u
Thanks.
@xiruatms let us know if there is anything further required to investigate this issue - continues to be a high priority problem for us and many other organizations using WOPI
I can confirm seeing similar behaviour when opening documents using numbering styles. Sometimes the document will load with no numbering at all and in other instances the numbering starts at 11 instead of 1. Setting a new numbering value (creating a new list from 1) in Word on the desktop does not alter how the numbering is represented in WOPI.
Any updates on a fix?
Have to be the squeaky wheel as this is such a major blocking issue for our team - really hoping for a fix soon
Thank you for your patience. We've made great progress on this. Codes to fix are being carefully prepared and under review.
I think this has been fixed.
@xiruatms @C-monC it's not completely fixed - when content is inserted into the document it appears to be added at the wrong list level (all top level numbering, instead of further list levels as originally styled)
however at least the numbering appears!
Glad you caught that. The issue remains... My list gets flattened into bullets on a reopen.
@xiruatms any update on this one? Still critical for us.
Hi @aeturneus Sorry for slow response, we have recently checked in a fix, and it'll take sometime to be available in PROD. Thanks
@shanshanzheng-dev that is great to hear. Thank you for the update!
@shanshanzheng-dev any idea when this will be available in PROD?
Hi @aeturneus seem it deploys to PROD now. You can try it if still happened. Thanks.
@shanshanzheng-dev still seeing the same bug behaviour
could you try to update a new build version?
@shanshanzheng-dev this is word online build 20240919.2
Hi @aeturneus I'm confirming this issue with experts. Will update later.
@shanshanzheng-dev were you able to reproduce the issue or do you need any further information from me?
@qinliuMSFT let us know if you need any more info - eagerly awaiting a resolution for last few months!
@qinliuMSFT it seems the issue is the paragraph listlevel is not being set even though the list style is correctly set
Hi @aeturneus, I'm testing on version 20241015.5 and I'm experiencing the following behavior, can you help confirm if you're requesting a correction for this behavior?
When I edit the numbering style in a document in the WOPI environment, everything goes well and I get something like this:
Then I close the document and re-open, I found the numbering style mixed up, as shown below
Hi @aeturneus, I'm testing on version 20241015.5 and I'm experiencing the following behavior, can you help confirm if you're requesting a correction for this behavior?
This seems closely related to our issue. We can reproduce the same flattened list behaviour by using office-js to show hidden content, or hiding content then showing it, using our Word add-in. The hidden content is always flattened even if it was originally nested with multiple list levels. It seems that you are able to reproduce the same problem by closing and opening the document without office-js.
@qinliuMSFT does that answer your question?
Hi @aeturneus , thanks for your supplement! It has been put on our backlog #9185124, the team will investigate and we will reply to you as soon as there is any progress. Thank you for your patience.
@qinliuMSFT it would be very helpful to know if we can expect a fix in weeks, or months, or indefinitely to determine whether to invest resources into a costly workaround.
Hi @aeturneus , at this time, we do not have a specific timeline to share. Based on the information provided, the issue does not seem to be directly related to Office-JS code, as it can be reproduced without any JavaScript activity. We are collaborating with the Word Web team to further investigate and resolve the issue. However, this process may take some time as it is outside our direct control. We appreciate your understanding and continued patience.
@qinliuMSFT understood, please let us know if there is anything we can do to assist or expedite resolution.
We have created Word templates containing numbering styles that work fine in desktop and O365, but fail in the WOPI word editor provided by CSPP (the Microsoft Cloud Storage Partner Program)
In our environment, opening a template containing auto-numbering styles results in the document being rendered without any numbers displayed, as shown in the example screenshot:
As soon as any change is made to the document, the document re-renders with numbering displayed, however there are added characters in the numbering for certain headings (
%
character is added), as shown in the example screenshot:Your Environment
Expected behavior
The document should open with numbering styles correclty rendered.
Current behavior
Numbering styles do not render in the document.
Steps to reproduce
Link to live example(s)
Context
This bug prevents our production application from being used in WOPI, limiting our ability to deploy this tool to thousands of lawyers across Canada and the United States - it's a critical use case for us.