-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.2] [Guided Tours] Fix content and footer padding #44104
Conversation
I have tested this item ✅ successfully on a38c01b The test instructions are not complete, after step 2 you need to create another step - informational, since step 2 of the test instructions (if it is the final one) will have a Close button, and we need to get a step without buttons. In addition, the PR can be tested on an existing tour - a tour for creating STEPS (specifically step 3). This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44104. |
@obuisard |
Thanks for the correction, you are right, it needs an extra step. I had one in my test tour. |
Got it, it does not like the order of the properties... |
@Kostelano Could you briefly test again if it still works? I don't expect any issues but I'd like to be safe. Thanks in advance. |
I have tested this item ✅ successfully on bcc1df9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44104. |
I followed the requested change in Drone, but apparently it is not 'smart' enough to tell us the whole story. I had to change the order again. I apologize (I am not sure where to find information about what the order should be, as there is no standard for CSS property order). |
I have tested this item ✅ successfully on 0abeffd This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44104. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44104. |
Thanks for your contribution @obuisard! |
Pull Request for Issue #44096.
Summary of Changes
When footer buttons are missing, the step content has no bottom padding.
Testing Instructions
There is no core tour that can show this behavior.
Create a new tour (with relative URL: administrator/index.php, Component selector: 'Home dashboard').
Create the following steps for the tour:
Step 1:
Position: Bottom
Target: .quickicon a[href*=com_config]
Type: Interactive
Interactive type: Form submit
Step 2:
Position: Bottom
Target: #toolbar-save
Type: Interactive
Interactive type: Form submit
Step 3:
Position: Center
Type: Next
It does not matter what you enter in titles and descriptions.
Run the tour.
Run other tours and make sure bottom padding is correct in the other tour(s) you run.
Actual result BEFORE applying this Pull Request
No padding at the bottom of the popup in step 3.
Expected result AFTER applying this Pull Request
Padding at the bottom of the popup in step 3.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed