Opened 14 months ago
Closed 14 months ago
#58768 closed defect (bug) (reported-upstream)
Safari: Pasting into post title is broken
Reported by: | lukasbesch | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.2.2 |
Component: | Editor | Keywords: | |
Focuses: | ui, accessibility, javascript, administration | Cc: |
Description
Steps to reproduce:
- Go to the block editor to edit a post using Safari.
- Click on the post title (the cursor position does not matter). Assume the current post title has the value
old
. - Paste text using your keyboard (
cmd
+v
). Assume the pasted value isNEW
. - The title is now
oldNEWold
. The cursor position is now at the beginning (before the first letter).
I only tested on a mac using cmd
+ v
.
This only happens in Safari. My Version is 16.5 (17615.2.9.11.6, 17615).
This also happens on a fresh bare bone WordPress 6.2.2 site, with no plugins and the default theme.
It also happens if you first select all the text in the post title (expecting to overwrite it)
It does NOT happen if you paste using the mouse and context menu.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Looks like this is a known issue in Gutenberg. Closing in favor of https://github.com/WordPress/gutenberg/issues/51047