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
We are currently using popupWidth and popupHeight to calculate the size of the modal window in the file manager. However, we are always showing the modal window in full height as of Contao 3.5.25 due to contao/core#8631, so we actually do not need popupWidth and popupHeight anymore.
I would like to drop them entirely in Contao 4.4, because calculating the width and height of every image in the file tree is quite expensive – especially if the results are no longer used.
@contao/developers Any objections?
The text was updated successfully, but these errors were encountered:
We are currently using
popupWidthandpopupHeightto calculate the size of the modal window in the file manager. However, we are always showing the modal window in full height as of Contao 3.5.25 due to contao/core#8631, so we actually do not needpopupWidthandpopupHeightanymore.I would like to drop them entirely in Contao 4.4, because calculating the width and height of every image in the file tree is quite expensive – especially if the results are no longer used.
@contao/developers Any objections?
The text was updated successfully, but these errors were encountered: