Making WordPress.org

Opened 6 years ago

Closed 5 years ago

Last modified 4 years ago

#4509 closed defect (bug) (fixed)

Long name gets unreadable

Reported by: presskopp's profile Presskopp Owned by: tellyworth's profile tellyworth
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords: has-screenshots has-patch needs-testing
Cc:

Description

Look at https://translate.wordpress.org/locale/de/default/wp-plugins/jetpack/

and you'll see that the long contributor name will be hidden behind the "Editor" role.

Attachments (6)

long_title_bug.png (27.3 KB) - added by Presskopp 6 years ago.
with_patch.jpg (68.9 KB) - added by Presskopp 6 years ago.
4509.diff (545 bytes) - added by aftabmuni 5 years ago.
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
4509_1.diff (509 bytes) - added by aftabmuni 5 years ago.
Removed new line from the end of file
2020-02-11.png (19.7 KB) - added by tobifjellner 5 years ago.
After the commit r9497 something strange seems to have happened when there's both a CLPTE and a PTE assigned on a project.
4509_2.diff (940 bytes) - added by aftabmuni 5 years ago.
Fixed issue when both a CLPTE and PTE assigned on a project

Download all attachments as: .zip

Change History (17)

#1 @Presskopp
6 years ago

Possible patch:

img.avatar, .contributor-name span {
    float: left;
}

@Presskopp
6 years ago

#2 @Presskopp
6 years ago

  • Keywords has-screenshots added

This ticket was mentioned in Slack in #meta by tobifjellner. View the logs.


5 years ago

@aftabmuni
5 years ago

sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

#4 @aftabmuni
5 years ago

  • Keywords has-patch added

@aftabmuni
5 years ago

Removed new line from the end of file

This ticket was mentioned in Slack in #meta by tobifjellner. View the logs.


5 years ago

#6 @tellyworth
5 years ago

  • Owner set to tellyworth
  • Status changed from new to reviewing

#7 @coffee2code
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 9497:

Translate: Prevent long translator names from appearing under the "Editor" label when they wrap.

Props Presskopp, aftabmuni, coffee2code.
Fixes #4509.

@tobifjellner
5 years ago

After the commit r9497 something strange seems to have happened when there's both a CLPTE and a PTE assigned on a project.

#8 @tobifjellner
5 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

r9497 seems to have broken something if there's both a CLPTE and PTE assigned on a project. Ref: see fresh attachment + https://translate.wordpress.org/locale/it/default/wp-plugins/the-events-calendar/

@aftabmuni
5 years ago

Fixed issue when both a CLPTE and PTE assigned on a project

#9 @aftabmuni
5 years ago

  • Keywords needs-testing added

#10 @coffee2code
5 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 9504:

Translate: Fix positioning of user avatar and name when multiple translation editors are present.

Props aftabmuni,tobifjellner.
Fixes #4509.

#11 @sabernhardt
4 years ago

Adding float: left to all spans in the .contributor-name cell includes the "Last translation submitted" span. On smaller screens (up to 500px), that text appears before the avatar link, as shown on #5761.

Last edited 4 years ago by sabernhardt (previous) (diff)
Note: See TracTickets for help on using tickets.