View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001957 | NoesisGUI | C++ SDK | public | 2021-04-01 15:11 | 2021-04-01 16:15 |
Reporter | satorp | Assigned To | sfernandez | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.0.11 | ||||
Target Version | 3.1 | Fixed in Version | |||
Summary | 0001957: TemplateBinding generates assertion for assignable types | ||||
Description | Using TemplateBinding for binding assignable (but not identical) types will generate an assertion for missing converter. NS_ASSERT(mConverter != 0); https://www.noesisengine.com/forums/viewtopic.php?f=3&t=2249#p12399 | ||||
Steps To Reproduce | Use XAML expression A = {TemplateBinding B} when the type of A is not identical but assignable from the type of B | ||||
Tags | C++ | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-01 15:11 | satorp | New Issue | |
2021-04-01 15:11 | satorp | Tag Attached: C++ | |
2021-04-01 16:15 | sfernandez | Assigned To | => sfernandez |
2021-04-01 16:15 | sfernandez | Status | new => assigned |
2021-04-01 16:15 | sfernandez | Target Version | => 3.1 |