?
avatar brianteeman
brianteeman
17 Apr 2018

Sorry I tried to see where this bug is coming from but couldnt find it but it is everywhere there is a modal. No idea if this is a layout, custom element or js issue

Go to com_menus and new menu item
View the source and you will see several instances like this

chrome_2018-04-17_23-52-20

As you can see there appear to be several extra divs especially the one at the end of the line

avatar brianteeman brianteeman - open - 17 Apr 2018
avatar joomla-cms-bot joomla-cms-bot - change - 17 Apr 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Apr 2018
avatar Quy
Quy - comment - 18 Apr 2018

Due to the loss of formatting (tabs) in the PHP output, the closing </div> doesn't align with the starting <div> to make it appear wrong, when it is actually fine. Match the <div>s and you will see that this is the case.

avatar franz-wohlkoenig franz-wohlkoenig - change - 18 Apr 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 18 Apr 2018
Category Code style
avatar Quy
Quy - comment - 19 Apr 2018

The highlighted </div> belongs to <div class="modal-footer">. I pasted the page source code into Dreamweaver and no mismatched tags were found.

avatar brianteeman brianteeman - change - 23 Apr 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-04-23 23:32:12
Closed_By brianteeman
avatar brianteeman brianteeman - close - 23 Apr 2018

Add a Comment

Login with GitHub to post a comment