View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002401 | NoesisGUI | C++ SDK | public | 2022-08-19 12:47 | 2022-08-22 17:07 |
Reporter | christyjquinn | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1 | ||||
Target Version | 3.1.6 | Fixed in Version | 3.1.6 | ||
Summary | 0002401: Duplicate user control x:Name causes incorrect binding | ||||
Description | User controls with the same x:Name can cause issues with binding when nested. Example: // Parent user control <components:FullscreenModalComponent ImagesDir="/Images/collections_jpg" /> // Nested in FullscreenModalComponent <components:ResponsiveImageComponent ImagesDir="{Binding ElementName=Root, Path=ImagesDir}" /> // ImagesDir in ResponsiveImageComponent is not bound to "/Images/collections_jpg" See https://www.noesisengine.com/forums/viewtopic.php?p=14560#p14560 for original report on forum. | ||||
Steps To Reproduce | - Create two user controls with the same x:Name - Nest one inside the other binding a value from the parent into the child | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-19 12:47 | christyjquinn | New Issue | |
2022-08-19 14:25 | jsantos | Assigned To | => sfernandez |
2022-08-19 14:25 | jsantos | Status | new => assigned |
2022-08-19 14:25 | jsantos | Product Version | => 3.1 |
2022-08-19 14:25 | jsantos | Target Version | => 3.1.6 |
2022-08-22 17:07 | sfernandez | Status | assigned => resolved |
2022-08-22 17:07 | sfernandez | Resolution | open => fixed |
2022-08-22 17:07 | sfernandez | Fixed in Version | => 3.1.6 |