Dialog - avoid setting transform
when dialog is not resizable
#10500
Labels
4 - verified
Issues that have been released and confirmed resolved.
ArcGIS Online
Issues logged by ArcGIS Online team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
calcite-components
Issues specific to the @esri/calcite-components package.
estimate - 3
A day or two of work, likely requires updates to tests.
impact - p1 - need for current milestone
User set priority impact status of p1 - need for current milestone
p - medium
Issue is non core or affecting less that 60% of people using the library
Milestone
Check existing issues
Description
Within
calcite-dialog
, we settransform
here: https://github.com/Esri/calcite-design-system/blob/dev/packages/calcite-components/src/components/dialog/dialog.tsx#L623 even when the dialog is not resizable. This can cause issues with lining up different content.Acceptance Criteria
Could we set
transform
only when the dialog is resizable, but otherwise not set it at all?Relevant Info
Map Viewer needs this for a 2.13 patch for the 2024.R3 release. The
transform
property is impacting where our Intellisense shows up in the Arcade Editor.@driskull
Which Component
calcite-dialog
Example Use Case
No response
Priority impact
impact - p1 - need for current milestone
Calcite package
Esri team
ArcGIS Online
The text was updated successfully, but these errors were encountered: