mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1249930 - menupoup shouldn't look for children in XBL anonymous content, r=davidb
This commit is contained in:
parent
04e913704c
commit
359d675f8f
@ -407,6 +407,8 @@ XULMenupopupAccessible::
|
||||
mSelectControl = do_QueryInterface(mContent->GetFlattenedTreeParent());
|
||||
if (!mSelectControl)
|
||||
mGenericTypes &= ~eSelect;
|
||||
|
||||
mStateFlags |= eNoXBLKids;
|
||||
}
|
||||
|
||||
uint64_t
|
||||
|
Loading…
Reference in New Issue
Block a user