Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#31919 closed defect (bug) (fixed)

Dashboard activity widget: Emoji images in comments are misplaced

Reported by: ocean90's profile ocean90 Owned by: helen's profile helen
Milestone: 4.2 Priority: low
Severity: normal Version: 4.2
Component: Administration Keywords: has-patch commit
Focuses: ui Cc:

Description

For the comment list in the activity widget we have this CSS rule:

#activity-widget #the-comment-list img {
  position: absolute;
  top: 13px;
}

The rule conflicts with an emojis as images, see attached screenshot.

Attachments (2)

31919.png (127.7 KB) - added by ocean90 9 years ago.
31919.patch (386 bytes) - added by SergeyBiryukov 9 years ago.

Download all attachments as: .zip

Change History (6)

@ocean90
9 years ago

#1 @SergeyBiryukov
9 years ago

Introduced in [26144], changed in [26175].

I think it's meant for Gravatar, see 31919.patch.

#2 @SergeyBiryukov
9 years ago

  • Keywords has-patch added; needs-patch removed

#3 @pento
9 years ago

  • Keywords commit added

Yeah, I think that's the case. <img>s would usually be stripped from the comment content, so it never needed to be more specific.

#4 @helen
9 years ago

  • Owner set to helen
  • Resolution set to fixed
  • Status changed from new to closed

In 32076:

Dashboard: Ensure images other than avatars (such as emoji replacements) in recent comments are not incorrectly positioned.

props SergeyBiryukov.
fixes #31919.

Note: See TracTickets for help on using tickets.