[buddypress-trac] [BuddyPress Trac] #7416: Fix for profile image upload on Microsoft Edge breaks iOS Safari and Chrome
buddypress-trac
noreply at wordpress.org
Sat Jan 7 20:27:57 UTC 2017
#7416: Fix for profile image upload on Microsoft Edge breaks iOS Safari and Chrome
--------------------------+-----------------------------
Reporter: benjlipchak | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
This is a follow-up to #7360.
I'm running BuddyPress 2.7.4. A user of my site reported that avatar
uploads weren't working on iOS, and I noticed that sure enough, the moxie-
shim was no longer in alignment.
I tracked it down to the recent change to avatar.min.css, which overrides
the positioning as a fix for alignment on Microsoft Edge. However, it
seems to break alignment on my site on iOS Safari and Chrome (as tested
via Chrome's device toolbar).
{{{
.moxie-shim.moxie-shim-html5 {
top: 108px !important;
left: 40.1% !important;
width: 12em;
}
}}}
This is easy enough for me to revert locally to restore proper alignment
(though probably breaking MS Edge again, which I don't have to test
against), but thought I'd report it here in case I'm not the only one
experiencing it.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7416>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list