Opened 6 years ago
Closed 5 years ago
#45767 closed defect (bug) (reported-upstream)
meta_box gutenberg css dashicons svg
Reported by: | arena | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0 |
Component: | Editor | Keywords: | |
Focuses: | ui | Cc: |
Description
In a plugin, i am adding some meta_boxes using this kind of code :
<?php add_meta_box( 'my_meta_box', __( 'My Meta Box'), array( __CLASS__, 'my_meta_box' ), 'post', 'side', 'core' );
but the rendering is different from the standard wordpress meta_box(es) :
cursor is different (cross vs hand)
toggle icon is different (dashicon [content: "\f140";] vs svg
Attachments (1)
Change History (6)
#2
@
6 years ago
- Summary changed from meta_box gutenber css dashicons svg to meta_box gutenberg css dashicons svg
#5
@
5 years ago
- Keywords needs-gutenberg-report removed
- Milestone Awaiting Review deleted
- Resolution set to reported-upstream
- Status changed from new to closed
This needs to be fixed in the block editor, so I'm closing this ticket in favour of an existing issue in the Gutenberg repository: GB12101.
Note: See
TracTickets for help on using
tickets.
metabox