mendixlabs / mendix-dropdown-container

Add Mendix elements to a Dropdown Container
https://appstore.home.mendix.com/link/app/111568/
Other
1 stars 1 forks source link

Unknown widget 'mendix.dropdowncontainer.DropdownContainer'. #1

Closed danlawfordMX closed 4 years ago

danlawfordMX commented 4 years ago

When we place the widget within a table we get the following error Unknown widget 'mendix.dropdowncontainer.DropdownContainer'. When we place it outside the table the widget works as expected. error1 setup1

You can see the issue in this example project MendixSupportApp.zip

zoltanverebes commented 4 years ago

Hi,

I experience the same problem. I tried to use a dataview inside the list view it looks working fine this way.

JelteMX commented 4 years ago

@daniellawford @zoltanverebes which Mendix version are you using?

I'll see if I can reproduce it. Might be a bug in the runtime (not the widget). If so, I'll report it

danlawfordMX commented 4 years ago

Hi @JelteMX I was using 8.4.1.

luisepalacios commented 4 years ago

Hi Everyone, issue also happens on 8.5.1 happening on a custom widget also

JelteMX commented 4 years ago

Alright, I did a little bit of investigation. Indeed, there is some weird behavior going on with this. It looks like the table view is currently causing issues with not only this widget, but others as well. This is not specific to the dropdown widget, but the platform.

@daniellawford I am using your test-project to report this issue to R&D, thanks for providing it.

Stay tuned

JelteMX commented 4 years ago

As of now, I have filed a ticket and they are investigating, as this is broader than just this widget. I consider it a platform bug, but I'll wait for feedback.

I reproduced the issue in 8.2.2 as well

For now, I suggest the following:

This is the dumbest workaround so far, but it works 😝. Quick and dirty

Nanoflow:

Screenshot 2020-01-30 13 37 11

Table:

Screenshot 2020-01-30 13 42 23

(If you don't have a context, you could create one with a non-persistent entity and a dataview)

JelteMX commented 4 years ago

Advice: Update to 8.11, it seems that some issues were found with the pluggable widgets regarding this, should be fixed now.