This is a migrated thread and some comments may be shown as answers.

RadRichTextBox (WPF) - Track Changes - Accept Changes is not working for Text in HyperlinkRange

4 Answers 161 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ramalingam
Top achievements
Rank 1
Ramalingam asked on 30 Oct 2014, 07:18 AM
Hi Team,
Could you please help us to solve the below issue :

Issue :
1) Inserted some text with HyperlinkRangeStart and HyperlinkRangeEnd (with "Track Changes" ON).
2) Selected this text and clicked "Accept".
3) Still the text is in Red color, it's not changed to Blue color.

Attachments :
Step 1 - Insert sample text with Hyperlink Range.png
Step 2 - Select text and Accept.png
Step 3 - Change is Accepted, still its shown in Red Color.png

Thanks,
Obuliraj Ramalingam

4 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 03 Nov 2014, 04:38 PM
Hello Obuliraj,

Thank you for bringing this to our attention.

I confirmed the issue and logged it for further revision and fix. Your Telerik points were updated in appreciation of the report and you can track the status of this through this item in the public portal.

Regards,
Petya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ramalingam
Top achievements
Rank 1
answered on 04 Nov 2014, 07:13 AM
Hi Petya,
    Our Team found this workaround : If we scroll down to end of document (We use "Flow" Layout) and then scroll up that particular Hyperlink, then it's changed to Blue color. Could you please tell me any code to refresh to simulate the scroll to end and scroll up scenario.

Thanks,
Obuliraj Ramalingam
0
Petya
Telerik team
answered on 06 Nov 2014, 11:27 AM
Hi Obuliraj,

That's because the problem that you reported is related to one of the UI layers responsible for decorations and scrolling the content out of view causes an update in the layers. You could try recreating the UI of the control to force such update.
this.radRichTextBox.ActiveEditorPresenter.RecreateUI();

I hope this helps.

Regards,
Petya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ramalingam
Top achievements
Rank 1
answered on 06 Nov 2014, 12:53 PM
Hi Petya,
Thanks a lot !  This solution is working.

However the HyperlinkRange Text is changed to Blue color, only after we click OK for "The document contains no changes." message. I think we are fine for now.

Thanks,
Obuliraj Ramalingam
Tags
Upload (Obsolete)
Asked by
Ramalingam
Top achievements
Rank 1
Answers by
Petya
Telerik team
Ramalingam
Top achievements
Rank 1
Share this question
or