mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 18:03:41 +00:00
Without this fix, a transient popover would close if the autocomplete menu of a token field contained in it was clicked. This happened because the popover considered the click to be on a different window. Although not tested, it's likely the same thing would happen if the menu of a combo pop or a pop up button was clicked. This fix makes it so that any child window of a popover can be clicked without the popover closing.