segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.39k stars 832 forks source link

(fix): Properly handle event bubbling from within Popover body #1199

Closed akleiner2 closed 3 years ago

akleiner2 commented 3 years ago

Overview: Looks like this bug was caused by a bad merge from the master <> v6 branch. Essentially, we want to cancel any event bubbling / dismissal of the popover from within its children by checking:

The first case was accounted for, while the other case wasn't. In addition, I added back the callback invocation for onBodyClick

Screenshots (if applicable)

Documentation