RichTextBlock theme bug
See original GitHub issuehttps://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
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:26 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
<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>
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.