View Issue Details

IDProjectCategoryView StatusLast Update
0004363NoesisGUIC++ SDKpublic2025-11-17 13:12
Reporterpuekstrand_pdx Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionwon't fix 
Product Version3.2.8 
Target Version3.2.11Fixed in Version3.2.11 
Summary0004363: IsVisible on Inlines is always false
Description

After updating from 3.2.7 to 3.2.8 Inlines' IsVisible attribute seems to always be false

This test line should reproduce the issue. In 3.2.7 it displays true while in 3.2.8 it always shows false.

<TextBlock><Run x:Name="TestRun" Text="{Binding ElementName=TestRun, Path=IsVisible}"/></TextBlock>

We rely on the visibility for displaying tooltips, so this makes our tooltips not work correctly.

PlatformAny

Activities

sfernandez

sfernandez

2025-11-17 12:41

manager   ~0011411

I've been investigating this and found that WPF doesn't even expose an IsVisible (or Visibility) property for Inlines.
So I think you should rely on the TextBlock visibility instead, is that an option for you?

<TextBlock x:Name="Text1"><Run Text="{Binding ElementName=Text1, Mode=OneWay, Path=IsVisible}"/></TextBlock>
puekstrand_pdx

puekstrand_pdx

2025-11-17 12:52

reporter   ~0011412

Oh right, yeah that should actually work for our problem!

Thanks for the help

sfernandez

sfernandez

2025-11-17 13:12

manager   ~0011413

I'm closing this then, if you fing any trouble with the TextBlock approach please reopen it again.

Issue History

Date Modified Username Field Change
2025-09-02 14:59 puekstrand_pdx New Issue
2025-09-02 15:20 puekstrand_pdx Description Updated
2025-09-03 12:00 jsantos Assigned To => sfernandez
2025-09-03 12:00 jsantos Status new => assigned
2025-09-03 12:00 jsantos Target Version => 3.2.9
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2025-11-17 12:41 sfernandez Status assigned => feedback
2025-11-17 12:41 sfernandez Note Added: 0011411
2025-11-17 12:52 puekstrand_pdx Note Added: 0011412
2025-11-17 12:52 puekstrand_pdx Status feedback => assigned
2025-11-17 13:12 sfernandez Status assigned => resolved
2025-11-17 13:12 sfernandez Resolution open => won't fix
2025-11-17 13:12 sfernandez Fixed in Version => 3.2.11
2025-11-17 13:12 sfernandez Note Added: 0011413