Opened 16 months ago
Last modified 14 months ago
#59537 assigned defect (bug)
Quote toolbar is not shown for mobile view
Reported by: | oksankaa | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 6.4 |
Component: | Editor | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
- Create a post
- Add a quote
- Check that the capture toolbar in the quote block is shown
- Change screen size (ex. 768X1024)
- Quote toolbar is not shown
Attachments (3)
Change History (11)
This ticket was mentioned in Slack in #core-test by hardikgohil. View the logs.
16 months ago
#3
@
15 months ago
- Keywords reporter-feedback added
Hello @oksankaa,
Welcome back to WordPress Core's Trac :) Thank you for reporting this issue.
I am able to reproduce your findings. I'm wondering if this is by design.
The discussion, investigation, and possible fix needs to happen in the Gutenberg repository.
Can you please report this issue upstream in Gutenberg? https://github.com/WordPress/gutenberg/issues
Once reported, can you please comment with a link to the issue, i.e. comment to this Trac ticket? Then this Trac ticket can be closed as reported-upstream
.
Why report in Gutenberg?
WordPress Core consumes (uses) the released npm packages that include the editor and its toolbar and tools. Those npm packages (and thus toolbar and tools) are maintained by Gutenberg, not Core.
How do the changes get into Core?
Once fixed and the npm packages released, then Core's package.json
is updated, bringing in the latest packages.
#4
@
15 months ago
- Resolution set to reported-upstream
- Status changed from new to closed
Hello @hellofromTonya,
Thank you for providing the feedback.
I've created a GH issue: https://github.com/WordPress/gutenberg/issues/55709
#6
@
14 months ago
- Owner set to flixos90
- Resolution changed from reported-upstream to fixed
In 57153:
I assume this component should be the Editor. Toolbar component is about the WordPress toolbar.