Small bug in the Product Dashboard when the Advanced Search panel is open, If you click inside the Advanced Search panel and then drag your mouse outside the panel and release the press, it closes the panel like you clicked outside of it. This is unexpected behavior for the user and is probably happening because the functionality is tied to a mouseUp event but should be instead tied to mousePressed or mouseIn.