What is the issue with the HTML Standard?
https://random-stuff.jakearchibald.com/bug-repros/nested-showpopover/
If showPopover called on popoverA during the beforetoggle of popoverA, you get recursion until max-stack-size.
It seems like one of the following should happen:
- It should throw (without recursion)
- It should show the popover without firing
beforetoggle, and the outer showPopover call should early-return since the popover is now shown (which might just happen due to "check popover validity".
Thoughts @mfreed7 @keithamus @lukewarlow @bramus? (the popover posse)
What is the issue with the HTML Standard?
https://random-stuff.jakearchibald.com/bug-repros/nested-showpopover/
If
showPopovercalled on popoverA during thebeforetoggleof popoverA, you get recursion until max-stack-size.It seems like one of the following should happen:
beforetoggle, and the outershowPopovercall should early-return since the popover is now shown (which might just happen due to "check popover validity".Thoughts @mfreed7 @keithamus @lukewarlow @bramus? (the popover posse)