[4.0.beta1]Fix non existing FA back icon#29638
[4.0.beta1]Fix non existing FA back icon#29638wilsonge merged 1 commit intojoomla:4.0-devfrom Ruud68:toolbarback
Conversation
|
It should handle RTL. |
Not sure about that. Example: using Open a New Tab in a browser always creates the tab to the right of the open one. |
|
Plus, this is about going back and not opening a new tab. |
|
OK |
Good to know. |
|
LOL... this is just a replacement of a broken icon, not about adding rtl to an existing button that doesn't have rtl. I have no idea about rtl so I also have no clue as to whether a back button in rtl should be 'back >' or 'back <' or '>back' or '< back' (the last one as it currently is in J3) I am just replacing the < icon with the < icon making the assumption that < is the correct icon as that was always the case |
|
I have tested this item ✅ successfully on f96c61b This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29638. |
I can do it in this PR, but as said, then somebody should set the requirement as to the position / direction of the <, > |
|
See my screenshot above for RTL pointing to the right. Thank you! |
|
@Ruud68 For LTR/RTL handling you could do it like here:
and then
or maybe all in one:
|
|
I prefer in 2 lines. 😺 |
|
Thanks! |
|
@Ruud68 Will you make a new PR for RTL? |
|
@richard67 yes, will do tomorrow |



Pull Request for Issue # .
Summary of Changes
icon-back non existing in Joomla! 4.0, replaced it with icon-arrow-left (which is the same)
Testing Instructions
Add toolbar button with ToolbarHelper::back()
Expected result
Actual result
Documentation Changes Required
no