User tests: Successful: Unsuccessful:
Pull Request for Issue #34247
correct rendering of alerts
Visit Joomla API Token tab in Edit User and look at the alert blocks which are yellow - these are built by a "note" field in a form.
Text color is addressed in #34328
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries Front End Plugins |
Labels |
Added:
?
|
Such as?
I have tested this item
That alert colour is difficult to read or it is my old eyes!
I am not in favour of the change to the markup here.
But yet you dont state what would actually pass your own personal test... almost as bad as down thumbing.
Ok, Ill remove the icon, but leave the rest as that allows correct markup without a p
tag in alerts
Category | Libraries Front End Plugins | ⇒ | Front End Plugins |
Ah I see the problem now. The clue was checking the other uses.
The heading element is valid and its used for the LABEL
The DESCRIPTION is displayed in a div. no p tags or anything.
The Mistake in this plugin is that label="PLG_USER_TOKEN_SAVEME_DESC" should be description="PLG_USER_TOKEN_SAVEME_DESC"
PR Description/intro changed
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-03 16:42:16 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Thanks!
This pr is not correct as it doesn't take into account all the other uses of this field type