View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002084 | NoesisGUI | Unity3D | public | 2021-08-16 18:40 | 2021-08-16 19:31 |
Reporter | sfernandez | Assigned To | sfernandez | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.0 | ||||
Target Version | 3.1.1 | Fixed in Version | 3.1.1 | ||
Summary | 0002084: Crash when defining GridLength dependency property | ||||
Description | When creating a custom control with a GridLength dependency property, Unity crashes.public class MyControl : Control { public GridLength ContentArea { get { return (GridLength)GetValue(ContentAreaProperty); } set { SetValue(ContentAreaProperty, value); } } public static readonly DependencyProperty ContentAreaProperty = DependencyProperty.Register( "ContentArea", typeof(GridLength), typeof(MyControl), new PropertyMetadata(new GridLength(0.0f))); } | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-08-16 18:40 | sfernandez | New Issue | |
2021-08-16 18:40 | sfernandez | Assigned To | => sfernandez |
2021-08-16 18:40 | sfernandez | Status | new => assigned |
2021-08-16 18:40 | sfernandez | Target Version | => 3.1.1 |
2021-08-16 19:31 | sfernandez | Status | assigned => resolved |
2021-08-16 19:31 | sfernandez | Resolution | open => fixed |
2021-08-16 19:31 | sfernandez | Fixed in Version | => 3.1.1 |