#58136 closed defect (bug) (fixed)
Give the loading spinner a little space
Reported by: | Presskopp | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch has-screenshots |
Focuses: | ui, css, administration | Cc: |
Description
when entering tags to a post, the loading spinner is attached to the right border. Let's give it a little more room to breath.
Looking how to patch it, the following selectors are to be touched:
input[type="text"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading
As a side note I wonder if the second one (email) is used at all, so maybe it just can be deleted.
Attachments (4)
Change History (12)
This ticket was mentioned in Slack in #core by oglekler. View the logs.
17 months ago
#3
@
17 months ago
oh sorry, it's when you use the classic editor plugin, I'm so used to it I didn't even recognize.
#4
@
17 months ago
- Keywords commit added
It indeed looks better with 58136.diff
🙂
Marking for commit
.
#6
@
17 months ago
- Owner set to audrasjb
- Status changed from new to accepted
Self assigning for commit
.
#8
@
17 months ago
- Focuses css added
- Keywords commit removed
In multisite, you can also find an autocomplete Username field when adding an existing user to a site (visiting Sites -> All Sites in the side menu, then selecting a site to edit, then clicking the Users 'tab' link).
[55689] works there, too :)
Hi there, thanks for the ticket!
Just to clarify, where can I find that tag input with the spinner? I've tested the one on Edit Post screen and in Quick Edit, but they look a bit different and don't seem to have a spinner.