Widget's upcast methods are not called in widget definiton's context #1097
Closed
Description
opened on Oct 27, 2017
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
- Open console.
- Go to http://jsfiddle.net/6mk8e7sa/
Expected result
this
points to widget definition
Actual result
this
points to totally custom object, which does not contain reference to widget's definition.
Activity