You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pasting a text with text styles (bold or italic) applied generates a JS exception. However pasting regular text works ok, looks like only happens when the text has any text style.
This breakage is coming in the following Gutenberg version bump: #3032 This breakage is already in develop because Gutenberg submodule was updated in #2953
To Reproduce
Steps to reproduce the behavior:
Add a paragraph block
Write some words and set some of them as bold or italic
Select all the text and copy it
Paste it in the same paragraph or another one
See TypeError: undefined error
Expected behavior
Copy and pasting text with text styles should work.
Screenshots
copy-paste-error-android.mp4
Smartphone (please complete the following information):
Describe the bug
Pasting a text with text styles (bold or italic) applied generates a JS exception. However pasting regular text works ok, looks like only happens when the text has any text style.
This breakage is coming in the following Gutenberg version bump:This breakage is already in#3032
developbecause Gutenberg submodule was updated in #2953To Reproduce
Steps to reproduce the behavior:
TypeError: undefinederrorExpected behavior
Copy and pasting text with text styles should work.
Screenshots
copy-paste-error-android.mp4
Smartphone (please complete the following information):
Additional context
Only happens on Android.