Make WordPress Core

Opened 8 years ago

Closed 4 years ago

Last modified 4 years ago

#40374 closed defect (bug) (duplicate)

User name in admin bar falls out of layout when avatars are disabled (German wordpress)

Reported by: osti47's profile osti47 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8
Component: Toolbar Keywords: has-patch
Focuses: css Cc:

Description

When avatars are disabled in German WordPress the user name in admin bar is word wrapped in Internet Explorer 11 and therefore "hangs" below the admin bar.

(see attached screen shots, one with text selected for visibility)

This is not related to any specific theme, seems to happen for all themes (site in screen shot uses up to date Twenty Fourteen)

Attachments (4)

wpbug1.png (4.6 KB) - added by osti47 8 years ago.
wpbug2.png (4.5 KB) - added by osti47 8 years ago.
40374.patch (713 bytes) - added by sabernhardt 4 years ago.
absolute positioning for profile link's icon, then continuing to override those styles when link has an avatar image
40374.1.patch (800 bytes) - added by sabernhardt 4 years ago.
also absolute positioning, but using :not() to avoid need to override styles

Download all attachments as: .zip

Change History (8)

@osti47
8 years ago

@osti47
8 years ago

#1 @garrett-eclipse
5 years ago

  • Component changed from General to Toolbar

@sabernhardt
4 years ago

absolute positioning for profile link's icon, then continuing to override those styles when link has an avatar image

@sabernhardt
4 years ago

also absolute positioning, but using :not() to avoid need to override styles

#2 @sabernhardt
4 years ago

  • Focuses css added
  • Keywords has-patch added

The word wrap happens in Internet Explorer, and attached are two possible ways to fix it.

The link likely needs white-space: nowrap. Instead of using padding for Internet Explorer only, I switched from the float property on the icon to absolute positioning.

#3 @sabernhardt
4 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

This issue with Internet Explorer was already reported in #26933, so the discussion can continue there instead.

#4 @desrosj
4 years ago

  • Milestone Awaiting Review deleted
  • Version changed from 4.7.3 to 3.8
Note: See TracTickets for help on using tickets.