Install Joomla 4.0-dev
Login to admin and navigate to the Joomla update component
Normally you will see at least one warning in my experience, they are in an accordion.
I expect that the display will look good, making clear what I see are the headers of an accordion that can be clicked, and clear when they are clicked. The first item in the accordion is closed in 4.0 and open in 3.x
Everything is flat on a white background and doesn't give any indication they can be clicked.
(compared to Joomla 3.9.0 below)
Labels |
Added:
?
|
No, the use of Bootstrap elements needs to be corrected. I don't know who decided to misuse the Card component's header class in incompatible contexts but that needs to be corrected, not furthered upon (if it's not wrapped in <div class="card">
then none of Bootstrap's card-*
classes should be used, I'm looking at you module chromes...).
Well then things have changed because there was a point where .card-header
was being used with modules with no sort of wrapping .card
anywhere. And to me that is misuse, even if it is "purely a styling related component".
Ahh in that aspect
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-10 21:33:03 |
Closed_By | ⇒ | PhilETaylor |
My experience here (as I had to cope with this in com_localise), is that we miss a css:
when we use
HTMLHelper::_('bootstrap.addSlide'
we get the classclass="card-header
for the slide andclass="accordion"
for the<div>
.therefore we do need for example: