Bug 264304 - Avoid RenderLayer::repaintBlockSelectionGaps when clearing caret selection
Summary: Avoid RenderLayer::repaintBlockSelectionGaps when clearing caret selection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-06 16:25 PST by Ryosuke Niwa
Modified: 2023-11-07 09:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2023-11-06 16:25:06 PST
We don't need to repaint block selection gaps when we're clearing caret selection.

<rdar://115275916>
Comment 1 Ryosuke Niwa 2023-11-06 16:27:06 PST
Pull request: https://github.com/WebKit/WebKit/pull/20074
Comment 2 EWS 2023-11-07 09:50:02 PST
Committed 270331@main (cdcf05f3bda2): <https://commits.webkit.org/270331@main>

Reviewed commits have been landed. Closing PR #20074 and removing active labels.