Backed out 3 changesets (bug 1677253) for multiple perma failures. CLOSED TREE
Backed out changeset 01b34d4be08c (bug 1677253) Backed out changeset aabba45e0b43 (bug 1677253) Backed out changeset 171689d8d386 (bug 1677253)
This commit is contained in:
@@ -2101,6 +2101,15 @@ void TextControlState::SetSelectionRange(
|
||||
// example.
|
||||
mBoundFrame->ScrollSelectionIntoViewAsync();
|
||||
}
|
||||
// Press on to firing the event even if that failed, like our old code did.
|
||||
// But is that really what we want? Firing the event _and_ throwing from
|
||||
// here is weird. Maybe we should just ignore ScrollSelectionIntoView
|
||||
// failures?
|
||||
|
||||
// XXXbz This is preserving our current behavior of firing a "select" event
|
||||
// on all mutations when we have an editor, but we should really consider
|
||||
// fixing that...
|
||||
changed = true;
|
||||
}
|
||||
|
||||
if (changed) {
|
||||
|
||||
Reference in New Issue
Block a user