Other |
---|
fx2.0.2Fixed |
Duplicate :
|
|
Relates :
|
|
Relates :
|
If you look at the stack trace from RT-16536 you will note that the Prism texture allocation methods try to access the return value of the allocated texture without checking for null, leading to an NPE. It would be easier for clients to do error handling if we returned the null without throwing NPE. As a workaround, the client (the WebView renderer in this case) can catch the NPE.
|