In Joomla 3.8.13, go and create a New Menu Item. (The menu type doesn't matter, but we will be using a Category List to reproduce this issue). From the menu item type, select Articles -> Category List. From the 'Choose a Category' option, click 'Select' - if you now inspect the HTML, you will notice that there are two divs created:
<div class="modal-backdrop fade in"></div>
<div class="modal-backdrop fade in"></div>
When selecting the required 'Category' for the Category List, the CMS closed one of the above divs but the other is left open.
I have tested this in Chrome 69, Chrome 70, Firefox 62 and the above bug is always present.
If you don't select a Category, but click the X, this removes both of the divs.
There shouldn't be two divs created when clicking on the Select Category
Two divs created:
<div class="modal-backdrop fade in"></div>
<div class="modal-backdrop fade in"></div>
Unable to reproduce.
Are you using a fresh Joomla with Protostar as default frontend Template?
Unable to reproduce.
Are you using a fresh Joomla with Protostar as default frontend Template?
Yes, this is using standard Protostar. Even on fresh installs it's the same. Using Chrome 69/70 and Firefox it's the same.
Labels |
Added:
J3 Issue
|
Labels |
Removed:
J3 Issue
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-30 19:26:33 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/22814
Not reproducible in v3.9. Closing for now.
edited post so the code could be seen