question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RichTextBlock theme bug

See original GitHub issue

https://github.com/HppZ/RichTextBlockThemeBug

The pointerover color of HyperLink in RichTextBlock is not correct. it is correct once you switch RequestedTheme to Light and back to Dark.

image image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:26 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
aqibbandaycommented, Sep 18, 2021

<Style TargetType="local:RichText"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="local:RichText"> <RichTextBlock x:Name="RichTextBlock_Part"> <Paragraph /> </RichTextBlock> </ControlTemplate> </Setter.Value> </Setter> </Style>

0reactions
github-actions[bot]commented, Jul 28, 2023

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues with themes in UI for WPF
When dynamically changing themes with the rich text box, only certain associated dialogs, etc change after the initial render.
Read more >
UWP RichEditBox text color issue when saved in dark ...
Aim : Ultimately no matter I use dark or light theme to save the RTF text in this rich edit box, whenever it...
Read more >
Add theme for RichTextBox · Issue #245
Keboo mentioned this issue on May 23, 2019. First cut at adding rich text box style #1259. Merged. @Keboo Keboo self-assigned this on...
Read more >
InvalidOperationException: Cannot load the text - happens ...
I'd be inclined to submit a bug report on it on the grounds that it works in .NET FW - if only to...
Read more >
Displaying RTF in TextEdit (or...)?
Hi, we need to display some rtf content in TextBox control (licence text). RichTextB|ox is not being themed by DevExpress, as I see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found