?
avatar adj9
adj9
10 Oct 2020

Steps to reproduce the issue

Go to:

  • Site Templates
  • Cassiopeia Details and Files
  • New File

PopUp is not well formatted
Schermata 2020-10-10 alle 10 45 53

I expect a larger PopUp with more spaced out elements.

Expected result

Actual result

I expect a larger PopUp with more spaced out elements.

System information (as much as possible)

  • Websito
  • Chrome 86.0.4240.75 (Build ufficiale) (x86_64)
  • macOS 10.15.7

Additional comments

avatar adj9 adj9 - open - 10 Oct 2020
avatar joomla-cms-bot joomla-cms-bot - change - 10 Oct 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Oct 2020
avatar gostn
gostn - comment - 10 Oct 2020

cant confirm modal-size-issue (macos).

firefox

image

safari

image

avatar particthistle
particthistle - comment - 10 Oct 2020

Layout is using jviewport-width60 instead of jviewport-width80, which sets the modal to 60% of the viewport width.

.modal-dialog.jviewport-width60 {
width: 60vw;
max-width: none;
}

Changing the modal to use jviewport-width80 for smaller screens would resolve the issue.

The modal also has a height setting locked in that sees the menu tree overflow off the bottom of the modal as it uses 50vh.

.jviewport-height50 {
height: 50vh;
}

Additionally, same problem occurs when you click on Manage Folders
image

Mobile is also a problem:
image

Proposed solution

  • Change the two modals to use jviewport-width80 and jviewport-height70
  • Add a max-height:65vh value to .tree-holder to stop the overflow.

That would look like following at 1920x1080.
image

And this at 1366x768
image

avatar infograf768
infograf768 - comment - 10 Oct 2020

Issue confirmed here on Firefox.
Also for Manage Folders where Close and Delete buttons are broken.
Please propose patch

avatar PhilETaylor
PhilETaylor - comment - 10 Oct 2020

Duplicate of #30954

avatar roland-d roland-d - change - 10 Oct 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-10-10 13:33:12
Closed_By roland-d
avatar roland-d roland-d - close - 10 Oct 2020
avatar roland-d
roland-d - comment - 10 Oct 2020

Closing as we have a PR #31037

Add a Comment

Login with GitHub to post a comment