Opened 5 years ago
Closed 5 years ago
#48931 closed defect (bug) (fixed)
Align and size box in image widget issue
Reported by: | fotisps | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Widgets | Keywords: | has-screenshots has-patch commit |
Focuses: | ui | Cc: |
Description
The align box in Image Widget seems to overlap on size box and there is only the option of choosing the size of the image.
Attachments (4)
Change History (11)
#4
@
5 years ago
- Component changed from General to Widgets
- Keywords has-screenshots added
- Owner set to audrasjb
- Status changed from new to accepted
Hi @fotisps, welcome to WordPress Core Trac and thank you for opening this ticket!
I can reproduce the issue.
Moving to Widget component.
@
5 years ago
We need to "display:none" this element as well as the whole fielset is currently hidden in Widget context.
#5
@
5 years ago
- Keywords has-patch commit added; needs-patch removed
- Milestone changed from Awaiting Review to 5.4
In 48931.diff
:
- Widgets: hide unwanted fieldset legend from Widget Image media modal.
The patch is tested and works fine. It simply uses the CSS rule that is already used to hide other useless parts of the media modal (see screenshots above).
Note: See
TracTickets for help on using
tickets.
Hey @fotisps could you share some print of this error and how can I reproduce it?