Bug 1799343 - Simplify XUL popup handling. r=TYLin
* Make non-menulist popups just absolute positioned top-layer items. * Simplify menulist popups to just be static-positioned items under nsMenuFrame. We need to keep kPopupList only for nsMenuFrame. In the future it can be removed, see TODO in xul.css Differential Revision: https://phabricator.services.mozilla.com/D161404
This commit is contained in:
@@ -72,7 +72,6 @@ FRAME_CLASSES = [
|
||||
Frame("nsPageContentFrame", "PageContent", NOT_LEAF),
|
||||
Frame("nsPageFrame", "Page", NOT_LEAF),
|
||||
Frame("nsPlaceholderFrame", "Placeholder", LEAF),
|
||||
Frame("nsPopupSetFrame", "PopupSet", NOT_LEAF),
|
||||
Frame("nsProgressFrame", "Progress", LEAF),
|
||||
Frame("nsRangeFrame", "Range", LEAF),
|
||||
Frame("nsRubyBaseContainerFrame", "RubyBaseContainer", NOT_LEAF),
|
||||
|
||||
Reference in New Issue
Block a user