Unprefix -moz-read-write / -moz-read-only

This commit is contained in:
Andy 2025-06-29 02:10:26 -07:00 committed by roytam1
commit 4cc014cb6b
25 changed files with 75 additions and 75 deletions

View file

@ -992,7 +992,7 @@ nsFrameSelection::MoveCaret(nsDirection aDirection,
(focusNode->IsEditable() ||
(focusNode->IsElement() &&
focusNode->AsElement()->State().
HasState(NS_EVENT_STATE_MOZ_READWRITE)))) {
HasState(NS_EVENT_STATE_READWRITE)))) {
// If caret moves in editor, it should cause scrolling even if it's in
// overflow: hidden;.
scrollFlags |= Selection::SCROLL_OVERFLOW_HIDDEN;