[4.0] Fix Actions dropdown display for Default#26815
[4.0] Fix Actions dropdown display for Default#26815wilsonge merged 2 commits intojoomla:4.0-devfrom
Conversation
|
I have tested this item ✅ successfully on d34a08c This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
|
I have tested this item 🔴 unsuccessfully on d34a08c This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
|
@1apweb You have to have npm installed and run npm to compile the scss. This is always the case is some scss or js is changed by a Pull Request. You can find a description about that here: https://docs.joomla.org/J4.x:Setting_Up_Your_Local_Environment. Please change your test result in the issue tracker to "I have not tested this item" or so, a negative test result is wrong here. |
|
I have not tested this item. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
|
I have tested this item ✅ successfully on fe4a724 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
@ChristineWk You mean with But if you mean with beta-1 the Joomla nightly build (correctly beta1-dev, that is the current CMS development version) then you should have had to use npm. Then I am surprised that you had a good test, and in my opinion the test should not be valid. Could you report back which of the 2 possibilities described above is the right one? |
|
@ChristineWk |
|
I have tested this item ✅ successfully on fe4a724
|
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
|
OK, wait 1 minute or more - I hv to sort it :-) Just saw your questions now. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26815. |
|
@ChristineWk Check also infograf's video about how it is broken without the PR. |
|
Here are the results :-) |
|
@ChristineWk Here it was broken like shown in the video. I tested on current 4.0-dev, the issue handled by this PR is from 6 days ago, that would be October 19, i.e. before your nightly build from 20th, right? ... stange, very strange. If the issue would have been created after the nightly build it would be clear to me. |
|
@ChristineWk Please use today's nightly build. It will have PR #26757 merged 2 days ago that this PR will fix. |
|
@ChristineWk Ah, I just see: The issue was fixed with PR #26056 6 days ago. Then came your nightly build, but later that PR was reverted for whatever reason, maybe it broke something else. That explains why you can't reproduce the issue. With a nightly build of today you could. |
|
@Quy We posted almost simultaneously, funny. |
|
OK - it was an unsuccessful success :-) |
|
@ChristineWk You mean update your nightly build from october 20 to nightly build of today? Officially this is not supported. Inofficially I would say you can do that if between these 2 nightly build there is not any difference in joomla.sql files and in those countless files in Btw., if you need a good tool to quickly compare if files in 2 folders are different, I recommend BeyondCompare ;-) |
|
@ChristineWk As soon as J4 Beta-1 will be released, it will be supported to update from beta-x to beta-y (with y > x of course, but not necessarily y = x+1, it can also be any later beta) or from any beta to RC-x and so on. Only during Alpha status it is not supported yet because otherwise it would have almost been impossible for us to work on bringing our database schema into 21st century with recent works on nulldates and other things. |
|
Thanks! |
|
aha, oh oh - hv to study again - your 2nd comment is like algebra :-) |
|
Note to whoever is concerned: this Actions Dropdown is a pain to adapt to RTL... |
|
What is the meaning of two icons? For what two? For example the filter options also performs an action, but it does not have: fa fa-ellipsis-h Thank you. |
|
Just an FYI, the width wasn't being applied to the |

Pull Request for Issue #26706
Summary of Changes
Taking off width for the icon
Testing Instructions
Before patch the Default Action is broken
After patch