Bug 182378 - FrameSelection should clear m_selectionRevealMode whenever m_pendingSelectionUpdate is set true
Summary: FrameSelection should clear m_selectionRevealMode whenever m_pendingSelection...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-01 01:29 PST by Ryosuke Niwa
Modified: 2018-02-01 01:30 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2018-02-01 01:29:35 PST
As Antti pointed out in the bug 182212, we should be clearing m_selectionRevealMode to DoNotReveal
whenever we're setting m_pendingSelectionUpdate to true.

Otherwise, we would end up revealing selection when we shouldn't.