Select to view content in your preferred language

4.28 featureMenuOpen

492
2
Jump to solution
10-27-2023 09:28 AM
MatthewDriscoll
MVP Alum

In 4.27 if your query had multiple results and you wanted to see them in a feature menu first you would use view.openPopup({featureMenuOpen:true}).  This does not work in 4.28.  What do we use now in 4.28?

1 Solution

Accepted Solutions
LaurenBoyd
Esri Contributor

@MatthewDriscoll this issue has been fixed for 4.28 and the feature menu should open initially when the featureMenuOpen property is set to true in the Popup.open() and the View.openPopup() methods.

Here is an application showing it works: https://codepen.io/laurenb14/pen/YzBqjdY?editors=1000 

Thanks again for reporting this!

Lauren

View solution in original post

2 Replies
LaurenBoyd
Esri Contributor

Hi @MatthewDriscoll -

Thanks for reporting this! This seems to be a regression as of 4.28 - we will work on getting this fixed ASAP. I'll update you on this thread when it is fixed.

Lauren
LaurenBoyd
Esri Contributor

@MatthewDriscoll this issue has been fixed for 4.28 and the feature menu should open initially when the featureMenuOpen property is set to true in the Popup.open() and the View.openPopup() methods.

Here is an application showing it works: https://codepen.io/laurenb14/pen/YzBqjdY?editors=1000 

Thanks again for reporting this!

Lauren