I have the following issue: When I add a drop-dialog to a list page, the drop dialog drops down when I click on it, but does not disappear when I click somewhere else.
I am trying to add my own drop-dialog, but I can reproduce this issue with standard Dynamics AX objects. I guess I am just missing some property on an object, but I just cannot figure out which one.
To see my problem in action, do the following:
1. Create a new Form. (Form 1)
2. Change the FormTemplate property to ListPage (Click on Yes)
3. Add the query MainAccountListPage to the DataSources
4. Create an ActionPanTab.
5. Add a Drop-dialog button with the menu item MainAccountListPageBalanceParameters.
6. Save and open the new List page by right clicking and choosing open.
In my case, when I click on Parameters, the drop dialog drops down. When I then click outside the drop-dialog, it disappears as it should.
7. Create a new display menu item. Set the object to the new list page (Form 1)
8. Drag the Menu item to any menu. I added mine to General ledger (Common)
9. Restore, open new workspace. Click on the new menu item.
10. Click on “parameters” and click outside the drop dialog.
When I do this the drop dialog does not disappear again. You can see this same drop dialog working fine on the Main Accounts list page. I have tried changing properties on both menu items, on the menu, on the form etc. I have tried different drop dialogs and different list pages. It always works on the details page and when opened from the AOT.
What am I missing?
*This post is locked for comments