#53641 closed defect (bug) (fixed)
Can not configure image widget (and others) in widget accessability mode
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.8.1 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Widgets | Keywords: | has-patch commit has-screenshots fixed-major |
Focuses: | accessibility, javascript | Cc: |
Description
When you get into the accessability mode of the widget screen you can add an image to a side bar, but you don't get any UI to set the title and select an image. Still the same problem after if you try to edit the widget after you have added it.
Seems to be a problem in 5.8 RC2 as well.
Same problem with the custom HTML, gallery, audio and video widgets.
Attachments (5)
Change History (20)
#3
@
4 years ago
Sorry, should have been more explicit from the start.
As for blocks, trying to delay seeing the horror, but as long as 6 million sites are going to disable it I assume that bug reports against the "old" widgets screen are meaningful.
#4
@
4 years ago
- Focuses javascript added
- Keywords needs-patch added; reporter-feedback removed
- Milestone changed from Awaiting Review to 5.8.1
In ticket:52073 the Text widget was corrected, and it seems other widgets needed a (possibly similar) fix.
This ticket was mentioned in Slack in #accessibility by sabernhardt. View the logs.
4 years ago
#6
@
4 years ago
- Keywords has-patch needs-testing added; needs-patch removed
- Version changed from 5.7.2 to 5.6
This ticket was mentioned in Slack in #core-test by boniu91. View the logs.
4 years ago
#8
@
4 years ago
I just tested 53641.diff and it seems to be working fine. I can see the form to add an image while testing in accessibility mode.
Thanks.
#9
@
3 years ago
I was able to reproduce the issue and then apply the patch and the issue is resolved. In accessibility mode (using classic widget plugin) the image widget did not allow user to edit the title or add an image because the fields are missing. Applying this patch fixes the issue and the fields are visible in the widget and I was able to both edit title and add media via the keyboard.
#10
@
3 years ago
- Keywords commit has-screenshots added; needs-testing removed
- Owner set to audrasjb
- Status changed from new to accepted
Hello,
Just tested 53641.diff
: it applies cleanly against trunk and fixes the Media widgets issues currently occurring when using the Classic Widgets Screen’s accessibility mode.
I think this ticket is worth being solved in the next point release.
Marking for commit
.
#13
@
3 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening to backport for 5.8.1.
Could you provide a bit more detail? I'm not sure what you are referring to when you say the accessibility mode of the widget screen. Is this a browser feature? If so, which browser and version are you using?
Also, you mentioned that the issue also happens in 5.8 RC2, but 5.8 completely overhauls the Widgets screen, so it's not clear if you are using the Classic Widgets plugin or not.
With the new widget screen becoming block-based, titles are no longer included when inserting a new widget. Something similar is being explored in Gutenberg-32723, but what you are explaining seems like the expected behavior.