?
avatar PhilETaylor
PhilETaylor
8 Jan 2021

Steps to reproduce the issue

Joomla 4 beta 6

Edit Article (CodeMirror or TinyMCE editor)
use CMS Content or Image button to load Media Manager Modal
Click and image

Expected result

Im unsure what the aim was... but certainly not this.

Actual result

Watch:

Screen.Recording.2021-01-08.at.06.18.19.pm.mp4

Im guessing you now want me to fill in this information and then click insert image as normal?

This just seems half implemented, and in totally the wrong place - the popover looks out of place and at a minimum needs to have some padding around the fields to the right side

This is Joomla 4 where media manager is a flagship feature - we can do better than this :)

System information (as much as possible)

Additional comments

avatar PhilETaylor PhilETaylor - open - 8 Jan 2021
avatar joomla-cms-bot joomla-cms-bot - change - 8 Jan 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 Jan 2021
avatar Varad-VK
Varad-VK - comment - 12 Mar 2021

please assign this to me and guide me as i am new to open source

avatar infograf768
infograf768 - comment - 13 Mar 2021

Change .../build/media_source/system/css/fields/joomla-image-select.css
from

joomla-field-mediamore details {
  position: absolute;
  background: #ffffff;
}

to

joomla-field-mediamore details {
  position: absolute;
  background: #f5f5f5;
  padding: 0.5rem;
}

to get

Screen Shot 2021-03-13 at 10 51 02

avatar richard67 richard67 - change - 2 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-02 15:14:44
Closed_By richard67
avatar richard67
richard67 - comment - 2 Apr 2021

Closing as it has been solved with PR #32728 . Feel free to re-open if something is left to be done.

avatar richard67 richard67 - close - 2 Apr 2021

Add a Comment

Login with GitHub to post a comment