Calling the image() method of a PictureMarkerSymbol before the image property is set, causes the application to crash without throwing an exception.
上次发布: September 13, 2016ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000092911
已提交
December 10, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
10.2.6
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known issue for 10.2.x, but is fixed at Quartz. There is no setImage at Quartz. The only way to construct a PictureMarkerSymbol is to provide a QImage or QUrl, so the getter cannot be called before the setter, as it does not exist.