Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2019 closed defect (bug) (fixed)

Emoji smashes title lines

Reported by: websupporter's profile websupporter Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: WordPress.tv Keywords: has-patch commit
Cc:

Description

If you have an emoji in your talk title, this emoji gets transformed into an image. This image is affected by the following CSS style

.video-list li img {
    min-height: 100px;
    width: 100%;
}

which should only be applied to the video thumbnail.

Attachments (4)

Bildschirmfoto am 2016-09-10 um 10.15.53.png (926.3 KB) - added by websupporter 8 years ago.
A screenshot of what I mean
meta-2019.patch (688 bytes) - added by SergeyBiryukov 8 years ago.
emoji-in-video-title-sidebar.png (209.8 KB) - added by walterebert 8 years ago.
Screenshot of stage area with emoji position over thumbnail
meta-2019.2.patch (863 bytes) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (8)

@websupporter
8 years ago

A screenshot of what I mean

#1 @SergeyBiryukov
8 years ago

  • Keywords has-patch commit added

@walterebert
8 years ago

Screenshot of stage area with emoji position over thumbnail

#2 @walterebert
8 years ago

The emoji also takes the wrong position in the stage area if the video is in the sidebar as a thumbnail (see 2nd screenshot)

#4 @coffee2code
8 years ago

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

In 4068:

WordPress.tv: Ensure width and height rules intended for video thumbnails apply only to video thumbnails.

Otherwise, the rules were also being misapplied to emoji images.

Examples (views of same video):

Props SergeyBiryukov.
Fixes #2019.

Note: See TracTickets for help on using tickets.