[4.0] House cleaning => remove obsolete div element in system message container#31195
Merged
chmst merged 2 commits intojoomla:4.0-devfrom Oct 22, 2020
hans2103:feature/house-cleaning-and-remove-obsolete-div-element-in-system-message-container
Merged
[4.0] House cleaning => remove obsolete div element in system message container#31195chmst merged 2 commits intojoomla:4.0-devfrom hans2103:feature/house-cleaning-and-remove-obsolete-div-element-in-system-message-container
chmst merged 2 commits intojoomla:4.0-devfrom
hans2103:feature/house-cleaning-and-remove-obsolete-div-element-in-system-message-container
Conversation
Member
|
I have tested this item ✅ successfully on 891ac39 @chmst This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31195. |
Contributor
Author
No... only |
Contributor
Author
|
PR joomla/cassiopeia#194 is created to fix obsolete margin in Cassiopeia |
|
I have tested this item ✅ successfully on 891ac39 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31195. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31195. |
Contributor
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull Request for Issue # .
Summary of Changes
This PR will remove the obsolete
<div id="system-message"></div>from layout/joomla/system/message.phpThis id was used in J3 plugin installer_webinstaller. It is not used in the J4 version anymore.
Therefor this element is obsolete and can be removed.
This PR will also remove the obsolete styling for this removed element.
Testing Instructions
/index.php/author-loginwith an alertThe HTML of this alert is:
Press the X to close the alert
Actual result BEFORE applying this Pull Request
You are able to close the alert.
The HTML of the closed alert is:
Expected result AFTER applying this Pull Request
You are able to close the alert.
The HTML of the closed alert is:
Without the obsolete
divelement you can properly use the css:emptytrigger to remove a margin between succeeding elements. No JS needed.Documentation Changes Required