#47284 closed task (blessed) (fixed)
Editor: Update packages for WordPress 5.2.1
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2.1 | Priority: | high |
Severity: | normal | Version: | 5.2 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | javascript | Cc: |
Description
Related: https://github.com/WordPress/gutenberg/pull/15650
The following bug fixes are proposed to be included for a 5.2 maintenance release:
https://github.com/WordPress/gutenberg/issues?q=label%3A%22Backport+to+WP+Core%22+is%3Aclosed
- Input Interaction: always reset initial vertical position rect
- Fix Safari Linking: Check for selection range count before calling getRangeAt
- Rich Text: Set applied format as active in applyFormats
- Remove (non-special) comment nodes when pasting content
- Proxy the code/block-editor replaceBlock action in the core/editor package
- RichText: fix RTL keyboard interactions
- Fixes #47180
- RichText: show boundary only with editable element focus
A patch will be attached once the relevant packages are published (after merge of the above-mentioned pull request).
Attachments (1)
Change History (12)
This ticket was mentioned in Slack in #core-editor by aduth. View the logs.
6 years ago
#7
@
6 years ago
- Owner set to aduth
- Resolution set to fixed
- Status changed from new to closed
In 45319:
#8
@
6 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport.
This ticket was mentioned in Slack in #core by youknowriad. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
Tested the patch and it's looking good for me.