mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1376754 - Remove hide event target flag from accessible when event is dropped. r=surkov
This commit is contained in:
parent
527cb9bd76
commit
5dcba0ecf8
@ -271,6 +271,8 @@ NotificationController::DropMutationEvent(AccTreeMutationEvent* aEvent)
|
||||
} else if (aEvent->GetEventType() == nsIAccessibleEvent::EVENT_SHOW) {
|
||||
aEvent->GetAccessible()->SetShowEventTarget(false);
|
||||
} else {
|
||||
aEvent->GetAccessible()->SetHideEventTarget(false);
|
||||
|
||||
AccHideEvent* hideEvent = downcast_accEvent(aEvent);
|
||||
MOZ_ASSERT(hideEvent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user