I just discovered a breaking change in this upgrade around how boundaries are calculated in regards to nested Popovers. I'm working on a sandboxed recreation, but our code is structured as:
This is to create a popover with sub-context menus. On 7.0.1, onClick handlers within SubListItem were handled appropriately as the onClickOutside was not being triggered. With 7.1.0, it seems how boundaries were calculated was changed, and now onClickOutside is being triggered when clicking on these sub items.
I just discovered a breaking change in this upgrade around how boundaries are calculated in regards to nested Popovers. I'm working on a sandboxed recreation, but our code is structured as:
This is to create a popover with sub-context menus. On 7.0.1, onClick handlers within SubListItem were handled appropriately as the
onClickOutside
was not being triggered. With 7.1.0, it seems how boundaries were calculated was changed, and nowonClickOutside
is being triggered when clicking on these sub items.