Opened 12 months ago
Last modified 10 months ago
#60157 new defect (bug)
Cursor moves to a different paragraph when use directional keys to navigate in a text
Reported by: | calinghiran | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.4.2 |
Component: | Editor | Keywords: | needs-testing-info |
Focuses: | Cc: |
Description (last modified by )
There is a bug when using the directional keys (left and right), to navigate in a text, the cursor moves to a different paragraph, usually gets hidden behind the toolbar (class="block-library-classic__toolbar"
). This might be because of the legacy classic editor block in Gutenberg editor, on small screens.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core-test by webtechpooja. View the logs.
11 months ago
#3
@
11 months ago
- Keywords needs-testing-info added
Reproduction Report
I've failed to reproduce the issue, but I'm missing the legacy classic editor block shown in the attachment.
How do I enable this so I can attempt reproducing the issue again?
Environment
Web Server: nginx
PHP: 7.3.5
WordPress: 6.4.2
Browser: Google Chrome
Theme: Twenty Twenty-One
Actual Results
- Unable to reproduce, most likely due to missing the legacy classic editor block.
#4
@
11 months ago
- Description modified (diff)
Could you report this on the Gutenberg repository?
The Classic block is still available, though it typically opens a modal dialog now for editing its content.
To get the Classic block within the editor canvas as shown in Cursor.png, you can disable the iframe canvas by either
- activating a plugin such as Yoast SEO or
- going to the three-dot Options menu, choosing Preferences, selecting the Panels tab, activating the Custom fields panel, and pressing the "Show & Reload Page" button.
Thanks @calinghiran , I also faced same issue. I think it's a minor bug. It's need to be fixed soon.