?
avatar Quy
Quy
31 Mar 2021

Steps to reproduce the issue

Go to System > Language Overrides.
Select a Language & Client.
Click New button.
Click cursor in Search Text field.

Actual result

language-override

avatar Quy Quy - open - 31 Mar 2021
avatar joomla-cms-bot joomla-cms-bot - change - 31 Mar 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 31 Mar 2021
avatar sandramay0905
sandramay0905 - comment - 3 Apr 2021

Issue confirmed.

avatar RahulJha393
RahulJha393 - comment - 4 Apr 2021

I would like to fix this issue . Kindly guide where I can start from

avatar YatharthVyas
YatharthVyas - comment - 6 Apr 2021

I was able to reproduce it but not consistently. I figured out that the issue has something to do with the span#refresh-status in /administrator/components/com_languages/tmpl/override/edit.php
I'd like to contribute to this. Could you please assign it to me

avatar sandramay0905
sandramay0905 - comment - 6 Apr 2021

@YatharthVyas you can make a pull request without an issue is assigned to you.

avatar YatharthVyas
YatharthVyas - comment - 6 Apr 2021

I figured out and solved the issue in my local version. I solved this by making the following change:

Original
#refresh-status.show { display: grid; }

Modified
#refresh-status.show { display: block; }

I will be adding a more detailed explanation behind why this caused the bug in my PR.

This change was made in my /media folder which is added to .gitignore because I believe it's contents are installed using npm ci and composer install commands.

So, where exactly do I put my modified css files so that it reflects in the PR?

The files modified are:
media/com_languages/css/overrider.min.css
media/com_languages/css/overrider.css
build/media_source/com_languages/css/overrider.css

avatar infograf768
infograf768 - comment - 6 Apr 2021
avatar Quy Quy - change - 6 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-06 15:15:54
Closed_By Quy
avatar Quy Quy - close - 6 Apr 2021
avatar Quy
Quy - comment - 6 Apr 2021

PR #33041. Thanks.

Add a Comment

Login with GitHub to post a comment