[wp-trac] [WordPress Trac] #27082: Admin Interface hides Tag Input text on post.
WordPress Trac
noreply at wordpress.org
Sun Feb 9 23:43:36 UTC 2014
#27082: Admin Interface hides Tag Input text on post.
-----------------------------------------------+---------------------------
Reporter: john-michael | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
Component: Appearance | Review
Severity: normal | Version: 3.8.1
Focuses: ui, accessibility, administration | Keywords:
-----------------------------------------------+---------------------------
When creating or editing a post in the admin interface, the text in the
tag input becomes invisible (cannot be seen) when the window is < 783 px
wide. This is not happening in chrome (Chrome 32.0.1700.107) on Windows 7,
but it does occur on Firefox (Firefox 27.0) on Windows 7.
Disabling either of the two css rules prevents the issue:
1. height: 28px;
2. padding: 25px 10px;
1.
{{{
.search-box input[name="s"], #search-plugins input[name="s"], .tagsdiv
.newtag {
float: left;
height: 28px;
margin: 0px 4px 0px 0px;
}
}}}
2.
{{{
@media screen and (max-width:782px){
tagsdiv .newtag {
width: 100%;
padding: 25px 10px;
margin-bottom: 15px;
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27082>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list