Skip to content

2023.3

Update

With this update, we're fixing some bugs.. But more importantly, we're introducing the ability for our popups to 'pass through' our child windows.

In Black Ink, we handle rendering for all elements, which generally works well except when dealing with true system child windows. In such cases, popups from the window below cannot be visible in the child windows, providing a super unpleasant experience for the user.

To address this issue, we've enabled duplicating the rendering of popups in the child windows, giving the impression that they are passing in front.

Before

Before

After

After