#46416 closed defect (bug) (duplicate)
Moving up the link next to the button when the button is focused/unfocused
Reported by: | man4toman | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.1 |
Component: | Administration | Keywords: | has-patch close |
Focuses: | administration | Cc: |
Description
After installing the plugin from Add Plugins -> Upload Plugin
, the link next to the button goes up and down when the button is focused/unfocused.
Please see the attachment.
Attachments (6)
Change History (19)
#1
@
6 years ago
- Keywords reporter-feedback close added
I am unable to reproduce this with a fresh install on WordPress 5.1. I think that a plugin that you have active may be causing this behavior.
Can you please test with no plugins active?
I am going to mark this a candidate for closing because it worksforme
with a fresh install.
#3
@
6 years ago
@desrosj
I check it with fresh install of WordPress 5.1 without any plugin, but the problem still here.
Please look at the gif file.
#5
@
6 years ago
- Keywords needs-patch added; has-patch needs-testing reporter-feedback close removed
This issue appears to be a Windows bug only. I tested it in Firefox, Chrome and IE, all of which display the bug, on focus. The proposed patch does fix the bug in FF and Chrome, but does not seem to fix it in IE. I will test some other solutions in IE so we can patch this.
Thanks for reporting @man4toman
#6
@
6 years ago
Your welcome @ianbelanger
I test my patch again, it seems it doesn't work on Microsoft Edge too.
#7
@
6 years ago
- Keywords has-patch needs-testing added; needs-patch removed
Patch 46416.1.diff changes vertical-align: initial;
to vertical-align: inherit;
in order to cover the bug in IE and Edge
#9
@
6 years ago
- Keywords needs-testing removed
Hi @man4toman, thanks for clarifying. Yes I should've mentioned that this solution should cover all supported browsers for Windows machines
#10
@
6 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to Future Release
Moving this to Future Release. I do not have a Windows machine. A committer with access to Windows should give this some final testing and review.
Marking commit
based on the fact that the solution works and needs a final review.
#11
@
6 years ago
- Milestone Future Release deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #44836.
#12
@
6 years ago
- Keywords close added; commit removed
I found that this a duplicate of an older ticket. The discussion should be continued there. Although I do believe that the solution we have on this ticket is better than what has been suggested on #44836. I am going to submit an updated patch on that ticket.
The patch