Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#33412 closed defect (bug) (worksforme)

Buttons are tiny, have no text after WP 4.3 upgrade

Reported by: programmin's profile programmin Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Administration Keywords:
Focuses: ui, accessibility Cc:

Description

Using 2015 theme, and WP 4.3, I noticed the plugin screen show-more-details button is tiny and doesn't show text. This is due to wp-admin/css/common.css:

/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

Attachments (1)

badbutton.PNG (110.5 KB) - added by programmin 10 years ago.
Bad button screenshot.

Download all attachments as: .zip

Change History (5)

@programmin
10 years ago

Bad button screenshot.

#1 @utkarshpatel
10 years ago

Can you tell me how to recreate this issue ?
I was facing same issue on post list table and i hit hard refresh and boom it's gone.

#2 @programmin
10 years ago

Hard refresh of what? I still see this on one test site I have locally, even after going back to 4.1.7 and upgrading again.

Looks like on that one I'm missing a .wp-list-table .toggle-row rule that sets it display:none.

#3 @bappi.d.great
10 years ago

It seems any plugin is applying some styles on button tag. Could you disable all third party plugins and check?

#4 @helen
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

I cannot reproduce this - there's a .wp-list-table.plugins .toggle-row rule that should hide it, and in my testing with both minified and unminified CSS it is fine. If you see it consistently across sites please feel free to follow up.

Note: See TracTickets for help on using tickets.