Component config: Improve and fix code style, hidden field + Add style for fieldset description#10622
Conversation
|
Actually, not related to your Pr, but i think that message is not correct. |
|
|
||
| <!-- Begin Sidebar --> | ||
| <div id="sidebar" class="span2"> | ||
| <div class="span2" id="sidebar"> |
There was a problem hiding this comment.
why did you change this? IMHO is better to have id, name and type attributes (when they exist) first.
There was a problem hiding this comment.
Code standards HTML : class, id, data-*, Everything else (https://joomla.github.io/coding-standards/?coding-standards/chapters/html.md)
IMO, BS 3 demo site use this order too ;-)
There was a problem hiding this comment.
ok then! my bad
Exactly: nothing related to this PR, as screenshot is just an example ;-) |
|
you're right. i should have read the HTML coding standard before. It seems all ok. |
|
I have tested this item ✅ successfully on 497e7db This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10622. |
|
@andrepereiradasilva Thanks for testing!
Not exactly what i meant, but i asked to be sure you understand it as i did for HTML code standards, and so that we agree! ;-) |
|
I have tested this item ✅ successfully on 497e7db This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10622. |
|
Tested successfully. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10622. |
|
RTC based on testing This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10622. |
|
Thanks everybody This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10622. |
Summary of Changes
Testing Instructions
Test for fieldset description style:
Before Patch:

After Patch:

Test for hidden fields fix:
Before Patch:

After Patch:
