[wp-trac] [WordPress Trac] #30968: Title box being partially cropped at the bottom for add/edit post screen on any non-public post type.
WordPress Trac
noreply at wordpress.org
Fri Jan 9 16:00:18 UTC 2015
#30968: Title box being partially cropped at the bottom for add/edit post screen on
any non-public post type.
----------------------------+-----------------------------
Reporter: tyxla | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
----------------------------+-----------------------------
When creating or editing any post of a non-public post type, (e.g. when
the permalink section below the title is not visible), the post title box
gets partially cropped at the bottom. This results in two minor visual
issues (i've attached screenshots):
1. When the title field is not focused, the border bottom is not visible -
`1.jpg`.
1. When the title field is focused, the border bottom and the bottom
highlight (box shadow) is not visible - `2.jpg`.
This issue occurs only in the trunk version, and not in `4.1`.
In order to replicate the issue, you can use the code from the `Elaborate`
example of the `register_post_type()` function in the Codex:
http://codex.wordpress.org/Function_Reference/register_post_type#Example .
You simply have to change the `public` to `false` to make the post type
non-public.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30968>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list