oddbird / popover-polyfill

Polyfills the HTML popover attribute and showPopover/hidePopover/togglePopover methods onto HTMLElement, as well as the popovertarget and popovertargetaction attributes on <button> elements.
https://popover.oddbird.net
BSD 3-Clause "New" or "Revised" License
269 stars 14 forks source link

[BUG] `el.popover = null` This support is not good #228

Closed wushufen closed 3 weeks ago

wushufen commented 3 weeks ago

Describe the bug el.popover = null This support is not good

To Reproduce Steps to reproduce the behavior:

  1. document.body.popover = null
  2. The body is hidden

Expected behavior The body is visible

Browsers tested on Chrome/108.0.5359.215 Electron/22.3.27