Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
11 stars 5 forks source link

When Information panel is expanded, clicking on the Edit button does not go to editing mode #371

Closed azizaparveen closed 11 months ago

azizaparveen commented 11 months ago

When Information panel is expanded, clicking on the Edit button does not go to editing mode Test app: https://holistic.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=c1c09555a4d24ab7982293fac9590af8

Reproducible steps:

1) Launch the app, 2) Select a record 3) Click expand button in the information panel 4) Once the Information panel expanded, click Edit 5) Notice that Editor widget does not go to editing mode and console error shows up.

image

azizaparveen commented 11 months ago

@sarahmcdonald7

jmhauck commented 11 months ago

Looks like this started with JS 4.28...checking with the Editor widget folks

avezina commented 11 months ago

Yeah they made a change to the display of the Select button: https://devtopia.esri.com/WebGIS/arcgis-js-api/issues/51877 which may be related?

avezina commented 11 months ago

Related JS issue: https://devtopia.esri.com/WebGIS/arcgis-js-api/issues/56092 image

azizaparveen commented 11 months ago

This looks good in devext