Open erykmol opened 6 years ago
Could you clarify the type of problem your are describing? In the snippet above popover.contentView
is used to attach widgets to it.
The problem is that attaching any widget to popover.contentView
is not possible because there is no existing contentView
property in the Popover widget.
In the popover snippet you can see that the contentView
is available and used as expected.
Here is a screenshot of the error from vscode.
ok thanks. @tbuschto Could you have a look?
We should backport this to 2.x
Problem description
In popover.js snippet
Popover
widget,contentView
is not existing as a property of the widget.Expected behavior
Programmer should be able to attach provided widgets to
Popover.contentView
similarly totabris.ui.contentView
.Environment
Code snippet