Open benjamin-almarza opened 2 months ago
(those comments above are malicious, please eliminate them)
Hi @benjamin-almarza Thanks for reporting this issue. I can repro it. We'll take a look and report back if we have a suggestion for you. Thanks.
@shanshanzheng-dev any news about problem?
Hi @benjamin-almarza sorry for slow response. It has been put on our backlog <#9311294>. We unfortunately have no timelines to share at this point.
When we insert some large html inside of content control, the system struggle to process where is the content control. The box that surrounds the content control fails to find where the content control is.
We don't experience this problem on desktop. Though, on Desktop we insert ooxml.
Your Environment
Expected behavior
The system shall be able to handle large content control in the same way than small one. The box that limits the content control shall surround the content control
Current behavior
On inserting a large html inside of a content control on web, the box that surround the content control fails to detect where the content control starts and where it ends. On clicking in the middle of the inserted content control the system don't recognise that it is inside of a content control
On inserting the content as you can see the box is skewed to the left, and starts before the actual insertion
If you navigate the document, sometimes the content control area changes and more of the insertion get covered. As you can see in the picture, though as you can see some of the insertion was left out.
In this case almost all the insertion was covered by the content control
On the three cases, the only thing we did was to run the code I attached and then navigate into the document. Most of the time the content control box get stuck as the first picture, but sometimes it increases the area as the two other images I shared.
Steps to reproduce
In the addin, in the web context run the following code:
execute.txt
Context
As part of our application, we allow the users to upload arbitrary content. And we should be able to surround that content in a content control.
The content could be as long as the one I shared