User tests: Successful: Unsuccessful:
center
is not a valid class. Use text-center
.
Code review.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations com_banners com_fields com_installer com_tags |
This PR changes administration files only where Bootstrap 4 is allowed and applies to table cells. Please don't assume and actually test.
@Quy I have reset the test result of @grantg182 to "Not tested" in the issue tracker, since it was definitely not a valid test but just a statement based on wrong assumptions.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
|
I have tested this item
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-16 22:09:00 |
Closed_By | ⇒ | Quy | |
Labels |
I have tested this item? unsuccessfully on 91af993
"text-center" is a Bootstrap helper class which only works on "display: inline" elements, in both Bootstrap 3 and 4. I don't see how this fixes the fundamental issue here because Bootstrap is not a front-end requirement. Furthermore, I suspect the actual problem with this code is the fact it is using "class" and not "align" (i.e. was probably the intention) as per some dinosaur HTML spec.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29044.