Firefox Addons: Hidden in XUL Overlay?

前端 未结 1 1513
暖寄归人
暖寄归人 2021-01-16 20:41

I\'m trying to load and manipulate a hidden tag in my overlay (part of my addon\'s functionality) in my Firefox Addon. But, I can\'t access an

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-16 21:41

    Overlays always have to extend an existing element. If you have a tag at the top level of an overlay with an ID that doesn't yet exist in the document then this element is simply ignored (

提交回复
热议问题