?
avatar julos081
julos081
23 Mar 2016

Steps to reproduce the issue

Go to Menu or articles list and try to do a batch to copy or move an item.

Expected result

The dropdown menu to select the category or menu has to be more visible.

Actual result

The popup Batch window to copy or move an article or menu item is too small and it's really difficult to work inside. The dropdown menu to select the category or menu is hidden in the window and does not go out of the window anymore.

System information (as much as possible)

Issue found on Chrome, Firefox and IE.

Additional comments

Solution found by removing overflow-y: auto !important; for .modal-body as previous release 3.4.8

avatar julos081 julos081 - open - 23 Mar 2016
avatar dgt41
dgt41 - comment - 23 Mar 2016

Confirmed

avatar Twincarb
Twincarb - comment - 23 Mar 2016

a quick look at the css shows at the end the following, is the } in bold in the wrong place? and should it be at the end?

@media (max-width: 767px) {
.field-media-wrapper .modal .modal-body {
padding: 5px 0;
}
}
.modal-body {
-webkit-overflow-scrolling: touch;
overflow-y: auto !important;
}


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9551.

avatar andrepereiradasilva
andrepereiradasilva - comment - 23 Mar 2016

confirmed

avatar Twincarb Twincarb - reference | 310c5eb - 25 Mar 16
avatar ucfnet002 ucfnet002 - reference | 679249a - 31 Mar 16
avatar brianteeman brianteeman - change - 1 Apr 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-04-01 10:16:38
Closed_By brianteeman
avatar brianteeman brianteeman - close - 1 Apr 2016
avatar brianteeman brianteeman - close - 1 Apr 2016
avatar brianteeman
brianteeman - comment - 1 Apr 2016

Closed as we have a PR #9683


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9551.

avatar JoomliC
JoomliC - comment - 9 Apr 2016

The redo of Bootstrap scrolling fix in this PR: #9817 should solve the issue ;-)
@dgt41 your code review is welcome ;-) (and note: i have remove too css padding fix for media BS modal, as remove since the initial PR when i added it...)

Add a Comment

Login with GitHub to post a comment