Track Changes toggle button behaviour causes flashing panel

Hey,

Currently, the behaviour of the track changes is somewhat problematic.

Steps:

1) Enable custom toolbar, by setting the documentEditor toolbar to:  (Not sure if required, but happens with this)

    public item = [
        'Open',
        'Separator',
        'Undo',
        'Redo',
        'Separator',
        'Image',
        'Table',
        'Separator',
        'Header',
        'Footer',
        'PageSetup',
        'PageNumber',
        'Break',
        'Separator',
        'Find',
        'LocalClipboard',
        'Separator',
        'TrackChanges',
        'Separator',
        {
            prefixIcon: 'e-custom-icons e-save',
            tooltipText: 'Save Document',
            text: this.onWrapText('Save Document'),
            id: 'SaveDocument'
        }
    ];

2)  Enable track changes

3) Make changes

4) Disable Track changes

5) Attempt to drag cursor over Track Changes text. 

Notice that dragging cursor over the text seemingly tries to close and open the track changes panel rapidly.


Attached is a video showing the way it flashes in and out. 




Attachment: MCpT9h7ETe_d998b11b.zip

7 Replies

SM Suriya Murugan Syncfusion Team August 23, 2021 07:03 AM UTC

Hi Brandon, 

Syncfusion Greetings! 

We can reproduce the reported issue. Currently, we are validating and get back to you by August 25,2021. 

Regards, 
Suriya M. 



SM Suriya Murugan Syncfusion Team August 25, 2021 11:26 AM UTC

Hi Brandon, 
 
We have confirmed the reported issue as bug and logged the defect report. We will fix this issue and include in our EJ2 patch release which scheduled on September 8,2021. 
 
You can track the status of bug through below feedback link: 
 
Regards, 
Suriya M. 



KB Kurthis Banu Abdul Majeeth Syncfusion Team September 8, 2021 02:26 PM UTC

Hi Brandon,  

We deeply regret the inconvenience caused.  

We are not possible to include the fix in our latest patch release. Currently, we are working on resolving this issue with high priority. We will fix this issue and include in our patch release which scheduled on October 5, 2021.  

You can track the status of bug through below feedback link:    

Regards,    
Kurthis Banu A.  



KB Kurthis Banu Abdul Majeeth Syncfusion Team October 5, 2021 01:31 PM UTC

Hi Brandon, 

We deeply regret the inconvenience caused.   

We are not possible to include the fix in our latest patch release. Currently, we are working on resolving this issue with high priority. We will fix this issue and include in our patch release which scheduled on October 12, 2021.   

You can track the status of bug through below feedback link:   

Regards,    
Kurthis Banu A.    



KB Kurthis Banu Abdul Majeeth Syncfusion Team October 20, 2021 04:48 AM UTC

Hi Brandon,  

We are glad to announce that our patch release (v19.3.46 ) is rolled out successfully and In that release, we have added the fix for reported issue.
          
Please upgrade the package to latest version to resolve your reported issue.             

Code snippet to resolve your reported problem:  
container.documentEditor.showRevisions = false; 

Release notes: 

Feedback Link: 

Please let us know if you have any questions. 

Regards,  
Kurthis Banu A.  



SW swarnkamal.parmar June 20, 2024 10:33 PM UTC

I see a few experts in this thread who might have come across a problem we are facing, sharing the query below to seek help!


We need a metadata field to pass the serial number in the syncfusion xml payload and display it somewhere in track changes card for a word document.


Any suggestions would be highly appreciated?

Screenshot 2024-06-20 at 6.20.07 PM_1.png



DS Dhanush Sekar Syncfusion Team June 21, 2024 01:30 PM UTC

Hi Swarnkamal,


For the purpose of linking a revision, the Document Editor maintains the revision id. also, the revision id is dynamic.

We have following limitation in providing the requested support.

  1. Track change Id is not static as per docx specification.
  2. In file level, track change id is zero based index.
  3. If one revision is added, track change id for all the track changes present in the document is updated with new Id.
  4. Once the SFDT is converted to docx, we can't keep track of track change ids.

Due to the above limitation, we can't maintain static id for track changes. We have attached a video for your reference.


Regards,

Dhanush Sekar


Attachment: media1_(4)_d9b0a307.zip

Loader.
Up arrow icon