Bug 182378
Summary: | FrameSelection should clear m_selectionRevealMode whenever m_pendingSelectionUpdate is set true | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | koivisto, wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |