NPM Resource Changed ? ? Pending

User tests: Successful: Unsuccessful:

avatar YatharthVyas
YatharthVyas
6 Apr 2021

Pull Request for Issue #32948 .

Summary of Changes

Changes
#refresh-status.show { display: grid; }
to
#refresh-status.show { display: block; }
in

The spinner (refer to the gif below) was going out of bounds when user focuses the input field above it. This happened because of the JavaScript function which changed the class of the span enclosing the icon to .show. This new class would function to make the block visible but the implementation behind this was done by changing the span's display from none to grid which caused the spin animation to behave in a funny manner

Testing Instructions

  1. npm ci
  2. Launch Joomla
  3. Visit Joomla Administrator Panel
  4. System Settings
  5. Language Overrides
  6. Select a pre-existing language
  7. Click on New
  8. Click on the search input field

Actual result BEFORE applying this Pull Request

original

Expected result AFTER applying this Pull Request

Ouput

Documentation Changes Required

N/A

avatar YatharthVyas YatharthVyas - open - 6 Apr 2021
avatar YatharthVyas YatharthVyas - change - 6 Apr 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Apr 2021
Category Repository NPM Change
avatar YatharthVyas YatharthVyas - change - 6 Apr 2021
Labels Added: NPM Resource Changed ?
avatar Quy Quy - test_item - 6 Apr 2021 - Tested successfully
avatar Quy
Quy - comment - 6 Apr 2021

I have tested this item successfully on 09f8b92


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33041.

avatar richard67 richard67 - test_item - 6 Apr 2021 - Tested successfully
avatar richard67
richard67 - comment - 6 Apr 2021

I have tested this item successfully on 09f8b92


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33041.

avatar richard67 richard67 - change - 6 Apr 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 6 Apr 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33041.

avatar drmenzelit drmenzelit - close - 6 Apr 2021
avatar drmenzelit drmenzelit - merge - 6 Apr 2021
avatar drmenzelit drmenzelit - change - 6 Apr 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-04-06 17:04:31
Closed_By drmenzelit
Labels Added: ?
avatar drmenzelit
drmenzelit - comment - 6 Apr 2021

Thanks and congratulation to your first merged PR! A very good first timer ;-)

Add a Comment

Login with GitHub to post a comment