You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
A maximizable dialog has a strange behavior after its size or position has been changed:
if we change the size of the dialog and then try to maximize it, the maximize action changes just the width of the dialog to full width, but the height remains the same
if we drag the dialog to a new position, triggering the maximize action will maximize the dialog but its position will not be aligned with the window but is shifted by the same amount as the non-maximized dialog was moved around. This sometimes leads to situations where part of the dialog is non-reachable/non-visible.
Expected behavior
To be able to have maximized the dialog even after moving it around or changing its size.
React version:
17.0.1
PrimeReact version:
6.2.1
Browser:
all
Language:
ES6/7 | ES5
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/6jbh8
Current behavior
A maximizable dialog has a strange behavior after its size or position has been changed:
Expected behavior
To be able to have maximized the dialog even after moving it around or changing its size.
React version:
17.0.1
PrimeReact version:
6.2.1
Browser:
all
Language:
ES6/7 | ES5
The text was updated successfully, but these errors were encountered: