User tests: Successful: Unsuccessful:
Pull Request for Issue #32948 .
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
N/A
| Status | New | ⇒ | Pending |
| Category | ⇒ | Repository NPM Change |
| Labels |
Added:
NPM Resource Changed
?
|
||
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| 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:
?
|
||
Thanks and congratulation to your first merged PR! A very good first timer ;-)
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.